Skip to content

Commit 07b8cfb

Browse files
committed
Update
1 parent acf2a76 commit 07b8cfb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
![](https://img.shields.io/github/license/Mohist-Community/Mohist.svg)
1010
[![](https://img.shields.io/badge/Forge-1.7.10--10.13.4.1614-brightgreen.svg?colorB=26303d)](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.12.2.html)
1111
[![](https://img.shields.io/badge/Spigot-1.7.10-brightgreen.svg?colorB=DC3340)](https://papermc.io/downloads#Paper-1.12)
12-
![](https://img.shields.io/badge/OracleJdk-8u231-brightgreen.svg?colorB=469C00)
12+
![](https://img.shields.io/badge/OracleJdk-8u241-brightgreen.svg?colorB=469C00)
1313
![](https://img.shields.io/badge/Gradle-2.8-brightgreen.svg?colorB=469C00)
14+
![](https://img.shields.io/badge/ideaIU-jbr8-brightgreen.svg?colorB=469C00)
1415

1516
### Getting Help
1617
[**Home**](https://mohist.red/)

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import thermos.VersionParser
55

66
buildscript {
77
repositories {
8-
maven { url 'https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
98
maven {
109
name 'forge'
1110
url 'http://files.minecraftforge.net/maven'
@@ -36,7 +35,6 @@ repositories {
3635
url 'http://oss.sonatype.org/content/repositories/snapshots/'
3736
}
3837
maven { url 'https://repo.uraniummc.cc/repository/maven-public/' }
39-
maven { url 'https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
4038
maven {
4139
name 'forge'
4240
url 'http://files.minecraftforge.net/maven'
@@ -233,7 +231,6 @@ tasks.generateProjectCauldron << {
233231
repositories {
234232
clear()
235233
maven { url 'https://repo.uraniummc.cc/repository/maven-public/' }
236-
maven { url 'https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
237234
maven {
238235
name 'forge'
239236
url 'http://files.minecraftforge.net/maven'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip

0 commit comments

Comments
 (0)