Skip to content

Commit

Permalink
chore(build): break out idea-ext version for impl use
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jan 24, 2024
1 parent 5598400 commit 78d22fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configurate = "4.1.2"
errorprone = "2.24.1"
gson = "2.10.1"
guice = "5.0.1"
ideaExt = "1.1.7"
indra = "3.1.3"
junit = "5.10.1"
log4j = "2.19.0"
Expand Down Expand Up @@ -57,7 +58,7 @@ mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" }
[plugins]
errorprone = { id = "net.ltgt.errorprone", version = "3.1.0" }
eventImplGen = { id = "org.spongepowered.gradle.event-impl-gen", version = "7.1.0" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.1.7" }
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "ideaExt" }
indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
Expand Down

0 comments on commit 78d22fb

Please sign in to comment.