File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
![ ] ( https://img.shields.io/github/license/Mohist-Community/Mohist.svg )
10
10
[ ![ ] ( 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 )
11
11
[ ![ ] ( 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 )
13
13
![ ] ( https://img.shields.io/badge/Gradle-2.8-brightgreen.svg?colorB=469C00 )
14
+ ![ ] ( https://img.shields.io/badge/ideaIU-jbr8-brightgreen.svg?colorB=469C00 )
14
15
15
16
### Getting Help
16
17
[ ** Home** ] ( https://mohist.red/ )
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import thermos.VersionParser
5
5
6
6
buildscript {
7
7
repositories {
8
- maven { url ' https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
9
8
maven {
10
9
name ' forge'
11
10
url ' http://files.minecraftforge.net/maven'
@@ -36,7 +35,6 @@ repositories {
36
35
url ' http://oss.sonatype.org/content/repositories/snapshots/'
37
36
}
38
37
maven { url ' https://repo.uraniummc.cc/repository/maven-public/' }
39
- maven { url ' https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
40
38
maven {
41
39
name ' forge'
42
40
url ' http://files.minecraftforge.net/maven'
@@ -233,7 +231,6 @@ tasks.generateProjectCauldron << {
233
231
repositories {
234
232
clear()
235
233
maven { url 'https://repo.uraniummc.cc/repository/maven-public/' }
236
- maven { url 'https://raw.githubusercontent.com/Mohist-Community/Mohist-Maven/master/maven/' }
237
234
maven {
238
235
name 'forge'
239
236
url 'http://files.minecraftforge.net/maven'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments