File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' dev.equo.ide'
2+
23equoIde {
34 branding(). title(' Spotless' ). icon(file(' _images/spotless_logo.png' ))
45 welcome(). openUrl(' https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md' )
56 gradleBuildship(). autoImport(' .' )
67}
78
8- repositories {
9- mavenCentral()
10- }
11-
9+ apply from : rootProject. file(' gradle/java-publish.gradle' )
10+ apply from : rootProject. file(' gradle/changelog.gradle' )
11+ apply from : rootProject. file(' gradle/rewrite.gradle' )
1212allprojects {
1313 apply from : rootProject. file(' gradle/error-prone.gradle' )
1414 apply from : rootProject. file(' gradle/spotless.gradle' )
1515}
16- apply from : rootProject. file(' gradle/changelog.gradle' )
17- apply from : rootProject. file(' gradle/java-publish.gradle' )
18- apply from : rootProject. file(' gradle/rewrite.gradle' )
1916apply from : rootProject. file(' gradle/spotless-freshmark.gradle' )
20-
You can’t perform that action at this time.
0 commit comments