Skip to content

Commit 59749e3

Browse files
committed
update
1 parent 1f59d55 commit 59749e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Add your dependencies here
22

33
dependencies {
4-
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta24:api')
5-
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-478-GTNH:api') {transitive=false}
6-
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.92:dev') {transitive=false}
7-
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.48-GTNH:dev') {transitive=false}
4+
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-beta28:api')
5+
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-516-GTNH:api') {transitive=false}
6+
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.40:dev') {transitive=false}
7+
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.7.11-GTNH:dev') {transitive=false}
88
compileOnly('com.github.GTNewHorizons:waila:1.8.2:dev') {transitive=false}
99
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
1010
compileOnly('curse.maven:refined-relocation-75811:2262970')

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
2121
}
2222

2323

0 commit comments

Comments
 (0)