Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuehly committed Aug 19, 2024
1 parent 68fa454 commit 909d9c7
Show file tree
Hide file tree
Showing 27 changed files with 126 additions and 547 deletions.
16 changes: 10 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ plugins {

group = "de.tschuehly"
version = "0.3.6-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_17
java {
toolchain {
languageVersion = JavaLanguageVersion.of(22)
}
}

repositories {
mavenCentral()
Expand Down Expand Up @@ -60,17 +64,17 @@ dependencies {

}

tasks.withType<KotlinCompile> {
kotlinOptions {
freeCompilerArgs = listOf("-Xjsr305=strict")
jvmTarget = "17"

kotlin {
compilerOptions {
freeCompilerArgs.addAll("-Xjsr305=strict")
}
}

tasks.withType<Test> {
useJUnitPlatform()
}


tasks {
bootJar {
enabled = false
Expand Down
40 changes: 0 additions & 40 deletions demo/build.gradle.kts

This file was deleted.

Binary file removed demo/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions demo/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions demo/gradlew

This file was deleted.

Loading

0 comments on commit 909d9c7

Please sign in to comment.