Skip to content

Commit

Permalink
Remove FAPI dependency, 0.4.2
Browse files Browse the repository at this point in the history
i wish i didn't forget to do this before releasing 0.4.1
  • Loading branch information
EnnuiL committed Apr 4, 2022
1 parent b088f64 commit 18b3357
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
13 changes: 3 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
addLayer quiltMappings.mappings("org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:v2")
}
modImplementation libs.fabric.loader
testmodImplementation libs.fabric.api

modLocalRuntime libs.fabric.api

afterEvaluate {
testmodImplementation sourceSets.main.output
Expand Down Expand Up @@ -73,14 +73,7 @@ jar {
publishing {
publications {
mavenJava(MavenPublication) {
// Add all the jars that should be included when publishing to maven
artifact(remapJar) {
builtBy remapJar
}
artifact(javadocJar) {}
artifact(sourcesJar) {
builtBy remapSourcesJar
}
from components.java

pom {
name = 'LibZoomer'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
org.gradle.jvmargs = -Xmx1G

# Mod Properties
mod_version = 0.4.1+1.18.2
mod_version = 0.4.2+1.18.2
maven_group = io.github.ennuil
archives_base_name = libzoomer
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
],
"depends": {
"fabricloader": ">=0.13.3",
"fabric": ">=0.47.9",
"java": ">=17"
},
"recommends": {
Expand Down

0 comments on commit 18b3357

Please sign in to comment.