We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f78efa commit c837b6aCopy full SHA for c837b6a
build.gradle.kts
@@ -95,6 +95,7 @@ fun EclipseModel.configureWithJavaRuntimeName(javaRuntimeName: String) {
95
}
96
97
allprojects {
98
+ apply(plugin = "base")
99
apply(plugin = "com.diffplug.spotless")
100
101
repositories {
settings.gradle.kts
@@ -4,7 +4,7 @@ pluginManagement {
4
5
plugins {
6
id("com.diffplug.eclipse.apt") version "3.33.3"
7
- id("com.diffplug.spotless") version "6.0.2"
+ id("com.diffplug.spotless") version "6.0.4"
8
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
9
id("net.researchgate.release") version "2.8.1"
10
id("org.seasar.doma.compile") version "1.1.0"
0 commit comments