8000 fix pom.xml typo · scijava/pom-scijava@f9188cd · GitHub
[go: up one dir, main page]

Skip to content

Commit f9188cd

Browse files
committed
fix pom.xml typo
1 parent ae96fb8 commit f9188cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle-scijava/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
layout.buildDirectory = layout.projectDirectory.asFile.parentFile.resolve("target/gradle")
1515

1616
group = "org.scijava"
17-
version = File("../pom.xm").readText().substringAfter("<version>").substringBefore('<')
17+
version = File("../pom.xml").readText().substringAfter("<version>").substringBefore('<')
1818

1919
javaPlatform {
2020
allowDependencies()
@@ -145,4 +145,4 @@ val runtimeDeps = listOf("org.antlr:antlr-runtime",
145145
val jogampNatives = listOf("org.jogamp.gluegen:gluegen-rt-natives-",
146146
"org.jogamp.jogl:jogl-all-natives-",
147147
"org.jogamp.gluegen:gluegen-rt-natives-",
148-
"org.jogamp.jogl:jogl-all-natives-")
148+
"org.jogamp.jogl:jogl-all-natives-")

0 commit comments

Comments
 (0)
0