Address review

This commit is contained in:
AlexProgrammerDE 2023-12-19 09:45:55 +01:00
parent f55d178cc7
commit 0c31e09018
2 changed files with 10 additions and 9 deletions

View file

@ -2,10 +2,10 @@ plugins {
idea
`java-library`
`maven-publish`
id("net.kyori.indra") version "3.1.3"
id("net.kyori.indra.git") version "3.1.3"
id("net.kyori.indra.publishing") version "3.1.3"
id("io.freefair.lombok") version "8.4"
alias(libs.plugins.indra)
alias(libs.plugins.indra.git)
alias(libs.plugins.indra.publishing)
alias(libs.plugins.lombok)
}
indra {
@ -84,7 +84,7 @@ dependencies {
}
lombok {
version = libs.versions.lombok.get()
version = libs.versions.lombok.version.get()
}
group = "com.github.steveice10"

View file

@ -2,9 +2,10 @@ metadata.format.version = "1.1"
[versions]
indra = "2.2.2"
lombok = "1.18.30"
adventure = "4.15.0-20231207.074016-23"
indra = "3.1.3"
lombok-version = "1.18.30"
lombok-plugin = "8.4"
adventure = "4.15.0"
opennbt = "1.6"
mcauthlib = "6621fd0"
math = "2.0"
@ -37,7 +38,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "jun
indra = { id = "net.kyori.indra", version.ref = "indra" }
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
lombok = { id = "io.freefair.lombok", version = "8.4" }
lombok = { id = "io.freefair.lombok", version.ref = "lombok-plugin" }
[bundles]