Skip to content

Commit

Permalink
chore: ArchLoom Neo
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 17, 2023
1 parent 68545a5 commit e6ab9ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
CHANGELOG: ${{ github.event.release.body }}
CURSEFORGE: ${{ secrets.CURSEFORGE }}
MODRINTH: ${{ secrets.MODRINTH }}
run: ./gradlew publishMods --stacktrace --no-daemon --max-workers 1
GITHUB_PAT: ${{ secrets.PAT }}
run: ./gradlew publishMods --stacktrace --no-daemon --max-workers 1
9 changes: 9 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
pluginManagement {
repositories {
maven("https://maven.fabricmc.net/")
// For early access to "unstable" features
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/null2264/architectury-loom")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_PAT")
}
}
maven("https://maven.architectury.dev/")
maven("https://jitpack.io/")
maven("https://files.minecraftforge.net/maven/")
Expand Down
2 changes: 1 addition & 1 deletion versions/1.20.2-neoforge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
loom.platform=forge
loom.platform=neoforge

0 comments on commit e6ab9ce

Please sign in to comment.