Lex Luthor
08/08/2020, 3:15 AMsrc/main/java
• src/test/java
My current configuration is:
$ ./gradlew -v
------------------------------------------------------------
Gradle 6.5.1
------------------------------------------------------------
Build time: 2020-06-30 06:32:47 UTC
Revision: 66bc713f7169626a7f0134bf452abde51550ea0a
Kotlin: 1.3.72
Groovy: 2.5.11
Ant: Apache Ant(TM) version 1.10.7 compiled on September 1 2019
JVM: 11.0.8 (<http://Amazon.com|Amazon.com> Inc. 11.0.8+10-LTS)
OS: Linux 5.4.0-42-generic amd64
I added the following to my build.gradle.kts
script but had no effect whatsoever:
sourceSets {
main {
java.srcDir("src/main/kotlin")
resources.srcDir("src/main/resources")
}
test {
java.srcDir("src/test/kotlin")
resources.srcDir("src/test/resources")
}
}
octylFractal
08/08/2020, 3:16 AMoctylFractal
08/08/2020, 3:18 AMLex Luthor
08/08/2020, 3:21 AMktlintFormat
😢Lex Luthor
08/08/2020, 3:22 AMLex Luthor
08/08/2020, 3:23 AMktlint
9.3.0Lex Luthor
08/08/2020, 4:03 AMMarc Knaup
08/08/2020, 10:33 AMLex Luthor
08/09/2020, 3:54 AM