Use jfgit-hosted commons
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2022-11-01 19:07:39 +01:00
parent d7c6bc1605
commit 80c91b6409
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 5 additions and 6 deletions

View File

@ -8,11 +8,11 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven("https://gitlab.com/api/v4/projects/35745143/packages/maven") // Commons
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
dependencies {
api("io.gitlab.jfronny:commons-gson:2022.10.22+20-29-33")
api("io.gitlab.jfronny:commons-gson:2022.11.1+17-58-36")
}
publishing {

View File

@ -7,8 +7,7 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven("https://gitlab.com/api/v4/projects/35030495/packages/maven") // Gson
maven("https://gitlab.com/api/v4/projects/35745143/packages/maven") // Commons
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
dependencies {

View File

@ -8,13 +8,13 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven("https://gitlab.com/api/v4/projects/35745143/packages/maven")
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
dependencies {
implementation(project(":gson-compile-annotations"))
implementation("org.jetbrains:annotations:23.0.0")
implementation("io.gitlab.jfronny:commons:2022.10.22+20-29-33")
implementation("io.gitlab.jfronny:commons:2022.11.1+17-58-36")
implementation("com.squareup:javapoet:1.13.0")
}