]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
"Pin" j-ogg-vorbis version
authorStephen Seo <seo.disparate@gmail.com>
Thu, 11 Jan 2024 07:29:51 +0000 (16:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 11 Jan 2024 07:29:51 +0000 (16:29 +0900)
build.gradle

index bb87e1ab24a16cd535dcbd689fb8edf878ceef2c..2fad2aa6bebaa17e280551c47b641e51c307ca1f 100644 (file)
@@ -170,7 +170,9 @@ dependencies {
         jarJar.pin(it, '1.0.3')
     }
 
-    jarJar(group: 'com.github.stephengold', name: 'j-ogg-vorbis', version: '[1.0.4, 2.0.0)')
+    jarJar(group: 'com.github.stephengold', name: 'j-ogg-vorbis', version: '[1.0.4, 2.0.0)') {
+        jarJar.pin(it, '1.0.4')
+    }
 }
 
 // This block of code expands all declared replace properties in the specified resource targets.