This repository was archived by the owner on Mar 30, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ This mod adds Gravity library to Minecraft 1.16.5 with Forge.
1515``` groovy
1616repositories {
1717 maven {
18- name = "Gravity Maven "
19- url = uri("https://pkgs.dev.azure.com/weever1337/60e8f2cf-4d94-41e0-9b30-f900d6f1459d/_packaging/gravityproject/maven/v1 ")
18+ name = "Jitpack "
19+ url = uri("https://jitpack.io ")
2020 }
2121}
2222
2323
2424dependencies {
25- implementation('org.weever.gravitymod:gravityproject:0.1-beta ')
25+ implementation('org.weever.gravitymod:gravityproject:${VERSION} ')
2626}
2727```
2828
Original file line number Diff line number Diff line change @@ -120,34 +120,11 @@ mixin {
120120 config " mixins.gravitymod.json"
121121}
122122
123- // githubRelease {
124- // token System.getenv("GITHUB_TOKEN")
125- // owner "Weever1337"
126- // repo "GravityProject"
127- // tagName "v${project.version}"
128- // releaseName "Latest 1.16.5 v${project.version}"
129- // targetCommitish "1.16.5-forge"
130- // generateReleaseNotes true
131- // releaseAssets = [jar.archivePath]
132- // draft false
133- // prerelease false
134- // }
135-
136123publishing {
137124 publications {
138125 mavenJava(MavenPublication ) {
139126 artifactId = ' gravityproject'
140127 artifact jar
141128 }
142129 }
143- repositories {
144- maven {
145- url ' https://pkgs.dev.azure.com/weever1337/60e8f2cf-4d94-41e0-9b30-f900d6f1459d/_packaging/gravityproject/maven/v1'
146- name ' gravityproject'
147- credentials(PasswordCredentials )
148- authentication {
149- basic(BasicAuthentication )
150- }
151- }
152- }
153130}
You can’t perform that action at this time.
0 commit comments