off to nuke and redownload the whole repo

This commit is contained in:
gamma-delta 2022-05-14 20:26:08 -05:00
parent f0e697bc53
commit 4332c37afa
4 changed files with 7 additions and 9 deletions

View file

@ -77,11 +77,11 @@ repositories {
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
}

View file

@ -1,6 +1,5 @@
plugins {
id 'fabric-loom' version "$loomVersion"
id 'io.github.juuxel.loom-quiltflower-mini' version '1.2.1'
}
version = getVersion("fabric")
@ -40,9 +39,9 @@ repositories {
dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings loom.officialMojangMappings()
modImplementation("net.fabricmc:fabric-language-kotlin:1.7.4+kotlin.1.6.21")
modImplementation "net.fabricmc:fabric-loader:${fabricLoaderVersion}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabricVersion}"
modImplementation("net.fabricmc:fabric-language-kotlin:1.7.4+kotlin.1.6.21")
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
compileOnly project(":Common")
@ -57,6 +56,9 @@ dependencies {
modImplementation "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
include "com.jamieswhiteshirt:reach-entity-attributes:2.1.1"
// only to shut up compile warnings from CCA's usage of CheckEnv and Env
compileOnly "com.demonwav.mcdev:annotations:1.0"
}
compileJava {

View file

@ -9,6 +9,6 @@ modName=Hex Casting
minecraftVersion=1.18.2
modVersion=0.9.0
paucalVersion=0.4.0-prerelease-15
paucalVersion=0.4.0-prerelease-17
patchouliVersion=67
jeiVersion=9.5.3.143

View file

@ -5,10 +5,6 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'QuiltFlower'
url = 'https://server.bbkr.space/artifactory/libs-release/'
}
maven {
name = 'Sponge Snapshots'
url = 'https://repo.spongepowered.org/repository/maven-public/'