Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit c39cbb1

Browse files
committed
Code cleanup
1 parent b9a362b commit c39cbb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ dependencies {
2323
group = "org.purejava"
2424
version = "1.6.1-SNAPSHOT"
2525
description = "A Java library for storing secrets on linux in a KDE wallet over D-Bus, implements kwallet."
26-
java.sourceCompatibility = JavaVersion.VERSION_19
2726

2827
val sonatypeUsername: String = System.getenv("SONATYPE_USERNAME") ?: ""
2928
val sonatypePassword: String = System.getenv("SONATYPE_PASSWORD") ?: ""
3029

3130
java {
31+
java.sourceCompatibility = JavaVersion.VERSION_19
3232
withSourcesJar()
3333
withJavadocJar()
3434
}

0 commit comments

Comments
 (0)