1414 * limitations under the License.
1515 */
1616plugins {
17- id(" com.netflix.nebula.plugin-plugin" ) version " 23 .+"
17+ id(" com.netflix.nebula.plugin-plugin" ) version " 24 .+"
1818 `kotlin- dsl`
1919}
2020
@@ -23,34 +23,29 @@ description = "Project plugin for Nebula plugins"
2323contacts {
2424 addPerson(" nebula-plugins-oss@netflix.com" ) {
2525 moniker = " Nebula Plugins Maintainers"
26- github = " nebula-plugins"
26+ github = " nebula-plugins"
2727 }
2828}
2929
30- repositories {
31- mavenCentral()
32- gradlePluginPortal()
33- }
34-
3530dependencies {
3631 compileOnly(" io.github.gradle-nexus:publish-plugin:2.0.0" )
37- implementation (" com.netflix.nebula:nebula-oss-publishing-plugin:latest.release" )
38- implementation (" com.netflix.nebula:gradle-contacts-plugin:latest.release" )
39- implementation (" com.netflix.nebula:gradle-dependency-lock-plugin:latest.release" )
40- implementation (" com.netflix.nebula:gradle-info-plugin:latest.release" )
41- implementation (" com.netflix.nebula:gradle-java-cross-compile-plugin:latest.release" )
42- implementation (" com.netflix.nebula:nebula-publishing-plugin:latest.release" )
43- implementation (" com.netflix.nebula:nebula-project-plugin:latest.release" )
44- implementation (" com.netflix.nebula:nebula-release-plugin:latest.release" )
45- implementation (" com.netflix.nebula:nebula-gradle-interop:latest.release" )
32+ implementation(" com.netflix.nebula:nebula-oss-publishing-plugin:latest.release" )
33+ implementation(" com.netflix.nebula:gradle-contacts-plugin:latest.release" )
34+ implementation(" com.netflix.nebula:gradle-dependency-lock-plugin:latest.release" )
35+ implementation(" com.netflix.nebula:gradle-info-plugin:latest.release" )
36+ implementation(" com.netflix.nebula:gradle-java-cross-compile-plugin:latest.release" )
37+ implementation(" com.netflix.nebula:nebula-publishing-plugin:latest.release" )
38+ implementation(" com.netflix.nebula:nebula-project-plugin:latest.release" )
39+ implementation(" com.netflix.nebula:nebula-release-plugin:latest.release" )
40+ implementation(" com.netflix.nebula:nebula-gradle-interop:latest.release" )
4641 implementation(" com.netflix.nebula:gradle-info-plugin:latest.release" )
47- implementation (platform(" com.fasterxml.jackson:jackson-bom:2.14.+" ))
42+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.14.+" ))
4843
49- implementation (" com.gradle.publish:plugin-publish-plugin:1.3.1 " )
44+ implementation(" com.gradle.publish:plugin-publish-plugin:2.+ " )
5045
5146 testImplementation(" com.netflix.nebula:nebula-test:latest.release" )
5247 testImplementation(" org.ajoberstar.grgit:grgit-core:4.1.1" ) {
53- exclude (group= " org.codehaus.groovy" , module= " groovy" )
48+ exclude(group = " org.codehaus.groovy" , module = " groovy" )
5449 }
5550 testImplementation(" org.mock-server:mockserver-netty:5.15.0" )
5651}
8883}
8984testing {
9085 suites {
91- named<JvmTestSuite >(" test" ){
86+ named<JvmTestSuite >(" test" ) {
9287 useJUnitJupiter()
9388 targets.all {
9489 testTask.configure {
0 commit comments