We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d428b1 commit a2c64b2Copy full SHA for a2c64b2
build.gradle.kts
@@ -10,9 +10,9 @@ val group = "com.github.stephengold"
10
val artifact = "asm-all"
11
val libraryVersion = "3.1.2-SNAPSHOT"
12
val baseName = "${artifact}-${libraryVersion}" // for artifacts
13
-val websiteUrl = "https://github.com/stephengold/asm"
14
val javaVendor = System.getProperty("java.vendor")
15
val javaVersion = JavaVersion.current()
+val websiteUrl = "https://github.com/stephengold/asm"
16
17
java {
18
sourceCompatibility = JavaVersion.VERSION_1_7
0 commit comments