Skip to content

Commit a2c64b2

Browse files
committed
build.gradle.kts: trivial re-ordering of code
1 parent 4d428b1 commit a2c64b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ val group = "com.github.stephengold"
1010
val artifact = "asm-all"
1111
val libraryVersion = "3.1.2-SNAPSHOT"
1212
val baseName = "${artifact}-${libraryVersion}" // for artifacts
13-
val websiteUrl = "https://github.com/stephengold/asm"
1413
val javaVendor = System.getProperty("java.vendor")
1514
val javaVersion = JavaVersion.current()
15+
val websiteUrl = "https://github.com/stephengold/asm"
1616

1717
java {
1818
sourceCompatibility = JavaVersion.VERSION_1_7

0 commit comments

Comments
 (0)