Skip to content

Commit 8d9225b

Browse files
committed
revert to support java 11
1 parent f875067 commit 8d9225b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
buildscript {
44
extra["gradle"] = "8.6"
5-
extra["javaVersion"] = JavaVersion.VERSION_17
5+
extra["javaVersion"] = JavaVersion.VERSION_11
66
}
77

88
val gradle: String by extra

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.pnuema.java
2-
VERSION_NAME=2.6
2+
VERSION_NAME=2.6.1
33
POM_ARTIFACT_ID=barcode
44

55
POM_NAME=Barcode-Java

0 commit comments

Comments
 (0)