Skip to content

Commit

Permalink
Merge pull request #872 from pietro-lopes/main
Browse files Browse the repository at this point in the history
now publishes AT and II
  • Loading branch information
LatvianModder authored Jul 24, 2024
2 parents 23439e4 + e9a148a commit b05461f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ base.archivesBaseName = project.archives_base_name

neoForge {
version = project.neoforge_version
interfaceInjectionData = files("interfaces.json")
accessTransformers {
publish(project.file('src/main/resources/META-INF/accesstransformer.cfg'))
}

interfaceInjectionData {
from(file('interfaces.json'))
publish(file('interfaces.json'))
}

runs {
configureEach {
Expand Down
9 changes: 0 additions & 9 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
maven { url "https://maven.creeperhost.net/" }
// maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
maven {
name = "NeoForged"
url = 'https://maven.neoforged.net/releases'
content {
includeGroup "net.neoforged"
}
}
}
}

Expand Down

0 comments on commit b05461f

Please sign in to comment.