We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e71e97 commit b11acbfCopy full SHA for b11acbf
core/build.gradle.kts
@@ -3,6 +3,8 @@ if (envVersion.startsWith("v"))
3
envVersion = envVersion.trimStart('v')
4
5
plugins {
6
+ java
7
+ id("maven-publish")
8
id("gander-convention")
9
}
10
0 commit comments