mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-03-14 07:00:03 -04:00
Address review
This commit is contained in:
parent
f55d178cc7
commit
0c31e09018
2 changed files with 10 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue