Skip to content

Commit

Permalink
inline nmcp version
Browse files Browse the repository at this point in the history
  • Loading branch information
vytskalt committed Apr 6, 2024
1 parent a7206f4 commit 4f95a64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ indra {
minimumToolchain(17)
}

signWithKeyFromPrefixedProperties("megavex")
configurePublications {
pom {
url = "https://github.com/MegavexNetwork/agones-kt"
Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
indra = "3.1.3"
wire = "4.9.9"
nmcp = "0.0.7"

[libraries]
protobuf = "com.google.protobuf:protobuf-java:4.26.1"
Expand All @@ -10,7 +9,7 @@ wireGrpcClient = { module = "com.squareup.wire:wire-grpc-client", version.ref =
buildKotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
buildIndra = { module = "net.kyori:indra-common", version.ref = "indra" }
buildDetekt = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
buildNmcp = { module = "com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin", version.ref = "nmcp" }
buildNmcp = "com.gradleup.nmcp:com.gradleup.nmcp.gradle.plugin:0.0.7"

[plugins]
wire = { id = "com.squareup.wire", version.ref = "wire" }

0 comments on commit 4f95a64

Please sign in to comment.