This commit is contained in:
parent
2b4928d6a1
commit
3ba71463bc
@ -1,2 +1,7 @@
|
|||||||
group = "io.gitlab.jfronny"
|
group = "io.gitlab.jfronny.gson"
|
||||||
version = "1.1-SNAPSHOT"
|
version = "1.1-SNAPSHOT"
|
||||||
|
|
||||||
|
subprojects {
|
||||||
|
group = rootProject.group
|
||||||
|
version = rootProject.version
|
||||||
|
}
|
@ -3,9 +3,6 @@ plugins {
|
|||||||
id("jf.maven-publish")
|
id("jf.maven-publish")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "io.gitlab.jfronny.gson"
|
|
||||||
version = "1.0-SNAPSHOT"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
@ -3,9 +3,6 @@ plugins {
|
|||||||
id("jf.maven-publish")
|
id("jf.maven-publish")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "io.gitlab.jfronny.gson"
|
|
||||||
version = "1.0-SNAPSHOT"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
||||||
|
@ -2,9 +2,6 @@ plugins {
|
|||||||
java
|
java
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "io.gitlab.jfronny.gson"
|
|
||||||
version = "1.0-SNAPSHOT"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
||||||
|
@ -3,9 +3,6 @@ plugins {
|
|||||||
id("jf.maven-publish")
|
id("jf.maven-publish")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "io.gitlab.jfronny.gson"
|
|
||||||
version = "1.0-SNAPSHOT"
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
maven("https://maven.frohnmeyer-wds.de/artifacts")
|
||||||
|
Loading…
Reference in New Issue
Block a user