update meta-update plugin
All checks were successful
Publish to snapshot maven / build (push) Successful in 31s
All checks were successful
Publish to snapshot maven / build (push) Successful in 31s
This commit is contained in:
parent
d2517c3b76
commit
c4f48e04bd
|
@ -3,11 +3,11 @@ plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
id("io.freefair.lombok") version "8.+"
|
id("io.freefair.lombok") version "8.+"
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("dev.frogmc.meta-update") version "0.0.1-alpha.3"
|
id("dev.frogmc.meta-update") version "0.0.1-alpha.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.frogmc"
|
group = "dev.frogmc"
|
||||||
version = "0.0.1-alpha.3"
|
version = "0.0.1-alpha.5"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
|
Loading…
Reference in a new issue