We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46471fe commit 2c766b7Copy full SHA for 2c766b7
1 file changed
morpher-api/build.gradle.kts
@@ -45,7 +45,7 @@ tasks {
45
create<MavenPublication>("mavenJava") {
46
groupId = "com.github.luiox"
47
artifactId = "morpher-api"
48
- version = "1.6"
+ version = "1.8"
49
50
artifact(jar)
51
// from(components["java"])
0 commit comments