File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ repositories {
2
+ mavenCentral()
3
+ }
1
4
apply from : rootProject. file(' gradle/java-publish.gradle' )
2
5
apply from : rootProject. file(' gradle/changelog.gradle' )
3
6
allprojects {
4
7
apply from : rootProject. file(' gradle/spotless.gradle' )
5
8
}
6
9
apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
7
10
8
- repositories {
9
- mavenCentral()
10
- }
11
11
spotless {
12
12
groovyGradle {
13
13
target ' *.gradle' , ' gradle/*.gradle'
Original file line number Diff line number Diff line change 1
1
apply from : rootProject. file(' gradle/changelog.gradle' )
2
2
ext. artifactId = project. artifactIdGradle
3
3
version = spotlessChangelog. versionNext
4
+ apply plugin : ' java-library'
4
5
apply from : rootProject. file(' gradle/java-setup.gradle' )
5
6
apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
6
7
7
- apply plugin : ' java-library'
8
8
apply plugin : ' com.gradle.plugin-publish'
9
9
apply plugin : ' java-gradle-plugin'
10
10
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
5
5
plugins {
6
6
id ' cz.malohlava.visteg' version ' 1.0.5' // https://github.com/mmalohlava/gradle-visteg
7
7
}
8
+ repositories { mavenCentral() }
8
9
apply from : rootProject. file(' gradle/changelog.gradle' )
9
10
apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
10
11
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id ' com.diffplug.spotless' version ' 6.5 .0'
3
+ id ' com.diffplug.spotless' version ' 6.11 .0'
4
4
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
5
5
id ' com.gradle.plugin-publish' version ' 1.0.0'
6
6
// https://github.com/gradle-nexus/publish-plugin/releases
You can’t perform that action at this time.
0 commit comments