diff --git a/build.gradle b/build.gradle index bb87e1a..2fad2aa 100644 --- a/build.gradle +++ b/build.gradle @@ -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.