We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5a2a6 commit ce093ebCopy full SHA for ce093eb
stage1/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
tasks.jar {
31
manifest {
32
attributes(
33
- "Implementation-Version" to "999.999.999-alpha.$version", // Compat with old versions of stage0
+ "Implementation-Version" to "1.1.0-alpha.$version", // Compat with old versions of stage0
34
)
35
}
36
0 commit comments