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 485f9fd commit c468871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ sourceSets {
gradlePlugin {
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.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'
description = 'Plugin adding various tasks to help out integrating Open Policy Agent (OPA) in Gradle builds.'
tags.set(['opa', 'openpolicyagent', 'test', 'testing', 'policy', 'policies', 'authorization'])
}
}
testSourceSets sourceSets.functionalTest
Expand Down

0 comments on commit c468871

Please sign in to comment.