Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
radrys authored Sep 21, 2023
1 parent 5387ca3 commit 485f9fd
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,18 @@ sourceSets {
}

gradlePlugin {
plugins {
opa {
id = 'com.bisnode.opa'
implementationClass = 'com.bisnode.opa.OpaPlugin'
}
}
testSourceSets sourceSets.functionalTest
}

pluginBundle {
website = 'https://github.com/Bisnode/opa-gradle-plugin'
vcsUrl = 'https://github.com/Bisnode/opa-gradle-plugin'
description = 'Plugin adding various tasks to help out integrating Open Policy Agent (OPA) in Gradle builds.'
tags = ['opa', 'openpolicyagent', 'test', 'testing', 'policy', 'policies', 'authorization']

tags.set(['opa', 'openpolicyagent', 'test', 'testing', 'policy', 'policies', 'authorization'])
plugins {
opa {
id = 'com.bisnode.opa'
implementationClass = 'com.bisnode.opa.OpaPlugin'
displayName = 'Open Policy Agent plugin for Gradle'
}
}
testSourceSets sourceSets.functionalTest
}

test {
Expand Down

0 comments on commit 485f9fd

Please sign in to comment.