Skip to content

Commit

Permalink
Merge Fix: Argument names
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith authored Feb 5, 2024
2 parents 0449a33 + 62fede0 commit e25bb0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'eclipse'
id 'maven-publish'
id 'net.minecraftforge.gradle' version '5.1.+'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
id 'org.spongepowered.mixin' version '0.7.+'
}

Expand All @@ -14,7 +15,7 @@ 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 {

mappings channel: 'official', version: '1.19.2'
mappings channel: 'parchment', version: '2022.11.27-1.19.2'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

runs {
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}

sourceControl {
gitRepository(URI.create("https://github.com/Technici4n/AE2Things-Forge.git")) {
producesModule("dev.technici4n:AE2-Things")
}
}
}

0 comments on commit e25bb0b

Please sign in to comment.