Skip to content

Commit

Permalink
Rollback loom update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Sep 15, 2021
1 parent 474b0b2 commit 1932aa0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import net.fabricmc.loom.task.RemapJarTask
import java.time.Year

plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.9-SNAPSHOT'
id "org.cadixdev.licenser" version "0.6.1"
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.jfrog.artifactory' version '4.21.0'
Expand Down Expand Up @@ -50,9 +50,6 @@ repositories {
}
}
mavenLocal()
maven {
url = 'https://jitpack.io'
}
}

dependencies {
Expand All @@ -68,7 +65,7 @@ dependencies {
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:${cca_version}"
include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:${cca_version}"
modCompileOnly "curse.maven:illuminations-292908:${illuminations_version}"
modRuntimeOnly "curse.maven:illuminations-292908:${illuminations_version}"
modRuntime "curse.maven:illuminations-292908:${illuminations_version}"

api "org.jetbrains:annotations:${jb_annotations_version}"
api "org.apiguardian:apiguardian-api:${apiguardian_version}"
Expand Down Expand Up @@ -100,7 +97,7 @@ task sourcesJar(type: Jar, dependsOn: classes) {
}

task testmodJar(type: Jar, dependsOn: testmodClasses) {
archiveBaseName = 'PalTest'
archiveBaseName = 'ImpersonateTest'
archiveClassifier = 'dev'
from(sourceSets.testmod.output) {
include 'fabric.mod.json'
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 2.3.5
------------------------------------------------------
- Fixed crash on launch due to missing refmap

------------------------------------------------------
Version 2.3.4
------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.59
yarn_mappings=1.17.1+build.61
loader_version=0.11.6
fabric_version=0.40.1+1.17

Expand All @@ -18,7 +18,7 @@ jb_annotations_version = 19.0.0
apiguardian_version = 1.0.0

# Mod Properties
mod_version = 2.3.4
mod_version = 2.3.5
maven_group = io.github.ladysnake
archives_base_name = impersonate

Expand Down

0 comments on commit 1932aa0

Please sign in to comment.