Skip to content

Commit

Permalink
Bump com.gradle.plugin-publish from 0.15.0 to 1.2.1 (#97)
Browse files Browse the repository at this point in the history
* Bump com.gradle.plugin-publish from 0.15.0 to 1.2.1

Bumps com.gradle.plugin-publish from 0.15.0 to 1.2.1.

---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: radrys <radoslaw.rys@wp.pl>
  • Loading branch information
dependabot[bot] and radrys committed Sep 21, 2023
1 parent ba2bd9a commit d078506
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-gradle-plugin'
id 'jacoco'
id 'com.gradle.plugin-publish' version '0.15.0'
id 'com.gradle.plugin-publish' version '1.2.1'
id 'java'
id 'checkstyle'
}
Expand Down 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']

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
}

test {
Expand Down

0 comments on commit d078506

Please sign in to comment.