"Pin" j-ogg-vorbis version

This commit is contained in:
Stephen Seo 2024-01-11 16:29:51 +09:00
parent 64a7fb263f
commit d564756c42

View file

@ -87,7 +87,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.