File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ repositories {
2+ mavenCentral()
3+ }
14apply from : rootProject. file(' gradle/java-publish.gradle' )
25apply from : rootProject. file(' gradle/changelog.gradle' )
36allprojects {
47 apply from : rootProject. file(' gradle/spotless.gradle' )
58}
69apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
710
8- repositories {
9- mavenCentral()
10- }
1111spotless {
1212 groovyGradle {
1313 target ' *.gradle' , ' gradle/*.gradle'
Original file line number Diff line number Diff line change 11apply from : rootProject. file(' gradle/changelog.gradle' )
22ext. artifactId = project. artifactIdGradle
33version = spotlessChangelog. versionNext
4+ apply plugin : ' java-library'
45apply from : rootProject. file(' gradle/java-setup.gradle' )
56apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
67
7- apply plugin : ' java-library'
88apply plugin : ' com.gradle.plugin-publish'
99apply plugin : ' java-gradle-plugin'
1010
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
55plugins {
66 id ' cz.malohlava.visteg' version ' 1.0.5' // https://github.com/mmalohlava/gradle-visteg
77}
8+ repositories { mavenCentral() }
89apply from : rootProject. file(' gradle/changelog.gradle' )
910apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
1011
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id ' com.diffplug.spotless' version ' 6.5 .0'
3+ id ' com.diffplug.spotless' version ' 6.11 .0'
44 // https://plugins.gradle.org/plugin/com.gradle.plugin-publish
55 id ' com.gradle.plugin-publish' version ' 1.0.0'
66 // https://github.com/gradle-nexus/publish-plugin/releases
You can’t perform that action at this time.
0 commit comments