1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +00:00

update dep versions, actual compile errors yay!

This commit is contained in:
Merith
2021-07-11 02:09:43 +00:00
parent 14e013d075
commit fbe28dc51a
2 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.7-SNAPSHOT'
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'maven-publish'
id "checkstyle"
id "com.github.hierynomus.license" version "0.15.0"
@@ -20,6 +20,7 @@ archivesBaseName = "cc-restiched"
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://api.modrinth.com/maven'}
maven { url "https://maven.shedaniel.me/" }
maven {
name "SquidDev"