"Pin" j-ogg-vorbis version
This commit is contained in:
parent
64a7fb263f
commit
d564756c42
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ dependencies {
|
||||||
jarJar.pin(it, '1.0.3')
|
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.
|
// This block of code expands all declared replace properties in the specified resource targets.
|
||||||
|
|
Loading…
Reference in a new issue