Skip to content

Commit

Permalink
Move namespace to org.sinytra
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 2, 2024
1 parent 878cccb commit 7143228
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: false # Option not enabled when the workflows were generated
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
with:
artifact_base_path: dev/su5ed/sinytra/fabric-loader/
artifact_base_path: org/sinytra/fabric-loader/
secrets:
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is going to be the case for most developers. See
the [Forgified Fabric API](https://github.com/Sinytra/ForgifiedFabricAPI) repository for installation instructions.

If you wish to depend on the Forgified Fabric Loader alone, it is published at `https://maven.su5ed.dev/releases`
under the `dev.su5ed.sinytra:fabric-loader` identifier. The versioning scheme follows
under the `org.sinytra:fabric-loader` identifier. The versioning scheme follows
a `{impl_version}+{upstream_version}+{mc_version}` pattern.

#### NESTED JARS NOTE
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ val versionForge: String by rootProject
val versionLoaderUpstream: String by rootProject
val versionYarn: String by project

group = "dev.su5ed.sinytra"
group = "org.sinytra"
version = "0.0.0-SNAPSHOT"

gradleutils.version {
branches {
suffixBranch()
suffixExemptedBranch("1.20.1")
suffixExemptedBranch(versionMc)
}
}
version = "${gradleutils.version}+$versionLoaderUpstream+$versionMc"
Expand Down Expand Up @@ -159,7 +159,7 @@ tasks {
provider.configure {
from(createMappings.flatMap { it.outputFile }) { rename { "mappings.tsrg" } }
manifest.attributes(
"FMLModType" to "LANGPROVIDER",
"FMLModType" to "LIBRARY",
"Automatic-Module-Name" to "net.fabricmc.loader",
"Implementation-Version" to archiveVersion.get()
)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
org.gradle.jvmargs=-Xmx3G

versionMc=1.20.6
versionForge=20.6.13-beta
versionForge=20.6.18-beta
versionLoaderUpstream=0.15.10
versionYarn=1.20.6-rc1+build.4
versionYarn=1.20.6+build.1

0 comments on commit 7143228

Please sign in to comment.