Skip to content

Commit

Permalink
Updated gif lib to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 22, 2024
1 parent 71a6a34 commit 2fa602c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
21 changes: 12 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ repositories {
includeGroup "dev.emi"
}
}

maven {
url 'https://jitpack.io'
content {
includeGroup "com.github.rtyley"
}
}
}

dependencies {
Expand All @@ -126,23 +133,19 @@ dependencies {
compileOnly("me.shedaniel:RoughlyEnoughItems-neoforge:$rei_version")
compileOnly("dev.emi:emi-neoforge:$emi_version:api")

jarJar(implementation 'dev.latvian.apps:tiny-java-server') {
additionalRuntimeClasspath(jarJar(implementation('dev.latvian.apps:tiny-java-server'))) {
version {
strictly '[1.0,)'
strictly "[$tiny_server_version,)"
prefer "$tiny_server_version"
}
}

additionalRuntimeClasspath("dev.latvian.apps:tiny-java-server:$tiny_server_version")

jarJar(implementation 'com.madgag:animated-gif-lib') {
additionalRuntimeClasspath(jarJar(implementation("com.github.rtyley:animated-gif-lib-for-java"))) {
version {
strictly '[1.4,)'
prefer '1.4'
strictly "[animated-gif-lib-$gif_lib_version,)"
prefer "animated-gif-lib-$gif_lib_version"
}
}

additionalRuntimeClasspath("com.madgag:animated-gif-lib:1.4")
}

processResources {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ parchment_mc_version=1.21
parchment_mapping_version=2024.07.28
rhino_version=2100.2.5-build.48
tiny_server_version=1.0.0-build.6
gif_lib_version=1.7

architectury_version=13.0.6
rei_version=16.0.744
Expand Down

0 comments on commit 2fa602c

Please sign in to comment.