Skip to content

Commit

Permalink
chore(gradle): bump API & Pixelmon
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Aug 19, 2023
1 parent 72d5468 commit 3c6cc51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ repositories {
}

maven { url 'https://jitpack.io' }
maven { url "https://maven.envyware.co.uk/releases" }

ivy {
setUrl('https://download.nodecdn.net/containers/reforged/server/release')
Expand All @@ -50,9 +51,9 @@ dependencies {

shadow group: 'org.spongepowered', name: 'configurate-yaml', version: '4.0.0'

shadow group: 'com.github.EnvyWare.API', name: 'commons', version: '3.9.5'
shadow group: 'com.github.EnvyWare.API', name: 'forge', version: '3.9.5'
shadow group: 'com.github.EnvyWare.API', name: 'reforged', version: '3.9.5'
shadow group: 'com.github.EnvyWare.API', name: 'commons', version: '4.9.6'
shadow group: 'com.github.EnvyWare.API', name: 'forge', version: '4.9.6'
shadow group: 'com.github.EnvyWare.API', name: 'reforged', version: '4.9.6'
}

shadowJar {
Expand Down
8 changes: 4 additions & 4 deletions forge16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ repositories {

dependencies {
minecraft 'net.minecraftforge:forge:1.16.5-36.2.34'
implementation 'pixelmon:Pixelmon-1.16.5-9.1.5-server:9.1.5'
implementation 'pixelmon:Pixelmon-1.16.5-9.1.6-server:9.1.6'

compileOnly 'com.github.EnvyWare.ForgePlaceholderAPI:api:0.0.1'

shadow group: 'org.spongepowered', name: 'configurate-yaml', version: '4.0.0'

shadow group: 'com.envyful.api', name: 'commons', version: '4.7.7'
shadow (group: 'com.envyful.api', name: 'forge16', version: '4.7.7') {
shadow group: 'com.envyful.api', name: 'commons', version: '4.9.6'
shadow (group: 'com.envyful.api', name: 'forge16', version: '4.9.6') {
transitive = false;
}
shadow (group: 'com.envyful.api', name: 'reforged16', version: '4.7.7') {
shadow (group: 'com.envyful.api', name: 'reforged16', version: '4.9.6') {
transitive = false;
}
}
Expand Down

0 comments on commit 3c6cc51

Please sign in to comment.