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 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
You can’t perform that action at this time.
0 commit comments