We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987339f commit 91d53d9Copy full SHA for 91d53d9
2 files changed
build-logic/conventions/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.3")
12
implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.31.0")
13
14
gradle.properties
@@ -1,9 +1,12 @@
1
org.gradle.parallel=true
2
+org.gradle.configureondemand=true
3
+org.gradle.configuration-cache=true
4
+org.gradle.configuration-cache.parallel=true
5
+
6
+### Kotlin ###
7
kotlin.incremental=true
kotlin.jvm.target=21
kotlin.compiler.execution.strategy=daemon
-mavenCentralUsername=hF0LIjUb
-mavenCentralPassword=YyOxPjtftSzmgN8sYNuS0beTp7Z916E6tB3Fhg8ftgIm
### Publication ###
POM_NAME=inventory-framework
0 commit comments