File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 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
You can’t perform that action at this time.
0 commit comments