Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
build: update to forge 39.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Jan 3, 2022
1 parent be91f6b commit aa7865e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Minecraft utilities, also a library for AH's mods.
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/WakelessSloth56/ahutils-mod/gradle-ci?style=flat-square)](https://github.com/WakelessSloth56/ahutils-mod/actions)
 
![Minecraft](https://img.shields.io/static/v1?label=Minecraft&message=1.18.1&color=00aa00&style=flat-square)
[![Forge](https://img.shields.io/static/v1?label=Forge&message=39.0.9&color=e04e14&logo=Conda-Forge&style=flat-square)](http://files.minecraftforge.net/net/minecraftforge/forge/index_1.18.1.html)
[![Forge](https://img.shields.io/static/v1?label=Forge&message=39.0.0%2B&color=e04e14&logo=Conda-Forge&style=flat-square)](http://files.minecraftforge.net/net/minecraftforge/forge/index_1.18.1.html)
[![AdoptiumOpenJDK](https://img.shields.io/static/v1?label=AdoptiumOpenJDK&message=17.0.1%2B12&color=brightgreen&logo=java&style=flat-square)](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)
[![Gradle](https://img.shields.io/static/v1?label=Gradle&message=7.3&color=brightgreen&logo=gradle&style=flat-square)](https://docs.gradle.org/7.3/release-notes.html)

Expand Down
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version = "${ahutils_version}"
group = 'org.auioc.mods.ahutils'
archivesBaseName = "ahutils-${minecraft_version}"

java.toolchain.languageVersion = JavaLanguageVersion.of(17) // Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))
minecraft {
Expand Down Expand Up @@ -60,15 +60,6 @@ dependencies {
testAnnotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
}


processResources {
// from (sourceSets.main.resources.srcDirs) {
// include 'META-INF/mods.toml'
// duplicatesStrategy 'include'
// expand 'ahutils_version': "${ahutils_version}", 'ahutils_full_version':"${archivesBaseName}-${version}-${getVar('CI_VERSION')}"
// }
}

mixin {
add sourceSets.main, "ahutils.mixin-refmap.json"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx4G -Dhttps://maven.minecraftforge.net/=false
org.gradle.daemon=false

minecraft_version=1.18.1
forge_version=39.0.9
forge_version=39.0.10

mappings_channel=official
mappings_version=1.18.1
Expand Down

0 comments on commit aa7865e

Please sign in to comment.