Skip to content

Commit

Permalink
Update version number and remove no longer working maven repos
Browse files Browse the repository at this point in the history
Signed-off-by: ErdbeerbaerLP <[email protected]>
  • Loading branch information
ErdbeerbaerLP committed Oct 19, 2022
1 parent f2762d9 commit 28644c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply plugin: 'org.spongepowered.mixin'


//Build variables
version = "2.4.7"
version = "2.4.7.1"
group = "de.erdbeerbaerlp.dcintegration"
archivesBaseName = "dcintegration-forge"

Expand All @@ -57,16 +57,13 @@ repositories {
url = "https://minecraft.curseforge.com/api/maven/"
}// Maybe needed for other mods in the future
//maven { url "https://maven.latmod.com/" } //FTB
maven { url "https://nexus.vankka.dev/repository/maven-public/" }
maven { url "https://repository.dev.gotan.io/repository/gotan.os/" }
maven { url "https://repo.opencollab.dev/maven-snapshots" }
maven { url "https://repo.opencollab.dev/maven-releases" }
maven {
name = 'sonatype-oss'
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
}

maven { url "https://maven.latmod.com/" } //FTB
maven {
name = 'howaner'
url = "http://repo.howaner.de/"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
changelog=Large backport of current stuff because discord broke stuff *again*
changelog=Fix possible exception when disconnecting / timing out, commit by WinDanesz

0 comments on commit 28644c6

Please sign in to comment.