Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 30ab570

Browse files
committed
updated information of project
1 parent e2a0562 commit 30ab570

2 files changed

Lines changed: 3 additions & 26 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ This mod adds Gravity library to Minecraft 1.16.5 with Forge.
1515
```groovy
1616
repositories {
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
2424
dependencies {
25-
implementation('org.weever.gravitymod:gravityproject:0.1-beta')
25+
implementation('org.weever.gravitymod:gravityproject:${VERSION}')
2626
}
2727
```
2828

build.gradle

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff 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-
136123
publishing {
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
}

0 commit comments

Comments
 (0)