Skip to content

Commit 307c145

Browse files
committed
[CI] Fix jarjar spec and task creation
1 parent bfa850c commit 307c145

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies {
163163
minecraft("net.minecraftforge", "forge", "${minecraft_version}-${forge_version}")
164164

165165
minecraftLibrary("io.reactivex.rxjava3", "rxjava", "3.1.5")
166-
jarJar("io.reactivex.rxjava3", "rxjava", "3.1.5")
166+
jarJar("io.reactivex.rxjava3", "rxjava", "[3.1.0,4)")
167167

168168
// Nicephore - Screenshots and Stuff
169169
// runtimeOnly(fg.deobf("curse.maven:nicephore-401014:3823401"))
@@ -186,11 +186,9 @@ tasks.withType<ProcessResources> {
186186

187187

188188
reobf {
189-
jarJar {}
189+
this.create("jarJar")
190190
}
191191

192-
193-
194192
tasks.withType<Jar> {
195193
manifest {
196194
val now = SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ").format(Date())

0 commit comments

Comments
 (0)