aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-10-21 22:12:37 +0200
committernea <romangraef@gmail.com>2022-10-21 22:12:37 +0200
commitc98d4693f1fc9dcae8d78cb33e6233629f4cb2e7 (patch)
tree6406f9e5f8d018f14127d18cef9f8b2029d22cc4
parent2512f0b3877aecf3a2d388e6821c798d9a4e1bf9 (diff)
downloadFirmament-c98d4693f1fc9dcae8d78cb33e6233629f4cb2e7.tar.gz
Firmament-c98d4693f1fc9dcae8d78cb33e6233629f4cb2e7.tar.bz2
Firmament-c98d4693f1fc9dcae8d78cb33e6233629f4cb2e7.zip
Upgrade versions
-rw-r--r--README.md5
-rw-r--r--build.gradle.kts4
-rw-r--r--gradle.properties2
-rw-r--r--src/main/resources/fabric.mod.json2
4 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index d2a0bfe..f50ba91 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,6 @@
Use Java 17.
-This depends on [neurepoparsing](https://git.nea.moe/nea/neurepoparsing/). Please clone that repository and make it available in your local maven repository using `./gradlew publishToMavenLocal`. This will be automated at a later stage.
-
-
-Afterwards, running `./gradlew build` will create a mod jar in `build/libs`
+Running `./gradlew build` will create a mod jar in `build/libs`
diff --git a/build.gradle.kts b/build.gradle.kts
index 31461f0..e5465a1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -41,6 +41,7 @@ repositories {
}
}
maven("https://server.bbkr.space/artifactory/libs-release")
+ maven("https://repo.nea.moe/releases")
mavenLocal()
}
@@ -71,11 +72,12 @@ dependencies {
exclude(module = "architectury")
exclude(module = "architectury-fabric")
}
- shadowMe("io.github.moulberry:neurepoparser:0.0.1")
+ shadowMe("moe.nea:neurepoparser:0.0.1")
shadowMe("com.github.hypfvieh:dbus-java-core:${rootProject.property("dbus_java_version")}")
shadowMe("com.github.hypfvieh:dbus-java-transport-native-unixsocket:${rootProject.property("dbus_java_version")}")
fun ktor(mod: String) = "io.ktor:ktor-$mod-jvm:${project.property("ktor_version")}"
+
transInclude(implementation(ktor("client-core"))!!)
transInclude(implementation(ktor("client-java"))!!)
transInclude(implementation(ktor("serialization-kotlinx-json"))!!)
diff --git a/gradle.properties b/gradle.properties
index 0cc89e5..f9e65d9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,4 +19,4 @@ devauth_version=1.0.0
modmenu_version=4.0.6
ktor_version=2.0.3
-dbus_java_version=4.2.0
+dbus_java_version=4.2.1
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index c192d0d..66c18a3 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -14,7 +14,7 @@
],
"contact": {
"discord": "https://discord.gg/moulberry",
- "sources": "https://git.nea.moe/nea/neurepoparsing/"
+ "sources": "https://git.nea.moe/nea/NotEnoughUpdates1.19/"
},
"license": "ARR",
"icon": "assets/notenoughupdates/icon.png",