File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,3 @@ nexusPublishing {
227
227
}
228
228
}
229
229
}
230
-
231
- infix fun <T : PluginDependency > PluginAware.apply (plugin : Provider <T >) {
232
- apply (plugin = plugin.get().pluginId)
233
- }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ test-spring-boot-starter = { module = "org.springframework.boot:spring-boot-star
44
44
[plugins ]
45
45
conventionalCommits = { id = " it.nicolasfarabegoli.conventional-commits" , version = " 3.1.3" }
46
46
errorprone = { id = " net.ltgt.errorprone" , version = " 4.3.0" }
47
- nexusPublish = { id = " io.github.gradle-nexus.publish-plugin" , version = " 2.0 .0" }
47
+ nexusPublish = { id = " io.github.gradle-nexus.publish-plugin" , version = " 1.3 .0" }
48
48
release = { id = " pl.allegro.tech.build.axion-release" , version = " 1.19.0" }
49
49
sonarqube = { id = " org.sonarqube" , version = " 6.2.0.5505" }
50
50
spotless = { id = " com.diffplug.spotless" , version = " 7.1.0" }
You can’t perform that action at this time.
0 commit comments