"Pin" j-ogg-vorbis version
This commit is contained in:
parent
00c6ec12a4
commit
be99607226
1 changed files with 3 additions and 1 deletions
|
@ -170,7 +170,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