Skip to content

Commit

Permalink
Remove all maven repos except modmaven (#4501)
Browse files Browse the repository at this point in the history
Also upgrades gradle to 4.10.3
  • Loading branch information
yueh committed Jul 26, 2020
1 parent 5b82e59 commit b6110e4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Clean gradle
run: ./gradlew clean --no-daemon
- name: Validate no assets
run: test ! -d ./src/generated
- name: Generate assets
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Clean gradle
run: ./gradlew clean --no-daemon
- name: Validate no assets
run: test ! -d ./src/generated
- name: Generate assets
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Clean gradle
run: ./gradlew clean --no-daemon
- name: Validate no assets
run: test ! -d ./src/generated
- name: Generate assets
Expand Down
45 changes: 0 additions & 45 deletions gradle/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,51 +23,6 @@ repositories {
name 'modmaven'
url "https://modmaven.k-4u.nl/"
}

maven {
name "Mobius"
url "http://mobiusstrip.eu/maven"
}

maven {
name = "JEI repo"
url "http://dvs1.progwml6.com/files/maven"
}

maven {
name = "Tesla repo"
url "http://maven.mcmoddev.com"
}

maven {
name = "IC2 repo"
url = "http://maven.ic2.player.to"
}

maven {
name = "CoFH Maven"
url = "http://maven.covers1624.net"
}

maven { // TheOneProbe
name 'tterrag maven'
url "http://maven.tterrag.com/"
}

maven {
name 'mcjty'
url "http://maven.k-4u.nl/"
}

maven { // CraftTweaker
name 'jared maven'
url "http://maven.blamejared.com/"
}

maven {
name = "CurseForge"
url = "https://minecraft.curseforge.com/api/maven/"
}
}

dependencies {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b6110e4

Please sign in to comment.