Skip to content

Commit

Permalink
Update buildscript, dependencies and repositories (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven authored Feb 9, 2023
1 parent c1c8eb5 commit fb7e130
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 36 deletions.
11 changes: 5 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Add your dependencies here

dependencies {
compile ("com.github.GTNewHorizons:Avaritia:1.31:dev")
compile ("com.github.GTNewHorizons:Universal-Singularities:8.6.5:dev")
compile ("com.github.GTNewHorizons:NotEnoughItems:2.3.12-GTNH:dev")
compile ("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev")
compile ("com.github.GTNewHorizons:WanionLib:1.8.3:dev")

implementation("com.github.GTNewHorizons:NotEnoughItems:2.3.28-GTNH:dev")
implementation("com.github.GTNewHorizons:Avaritia:1.31:dev")
implementation("com.github.GTNewHorizons:Universal-Singularities:8.6.6:dev")
implementation("com.github.GTNewHorizons:WanionLib:1.8.4:dev")
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.2.11:dev") // optional
}
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ forceEnableMixins = false
# responsibility check the licence and request permission for distribution, if required.
usesShadowedDependencies = false

# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories
includeWellKnownRepositories = true

# Publishing to modrinth requires you to set the MODRINTH_TOKEN environment variable to your current modrinth API token.

Expand Down
30 changes: 0 additions & 30 deletions repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,34 +1,4 @@
// Add any additional repositories for your dependencies here

repositories {
maven {
name = "GTNH Maven"
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/"
}
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
maven {
name = "ic2"
url = "https://maven2.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
}
}
maven {
name "MMD Maven"
url "https://maven.mcmoddev.com/"
}
maven {
url "https://cursemaven.com"
}
maven {
url = "https://jitpack.io"
}
}

0 comments on commit fb7e130

Please sign in to comment.