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.
2 parents 7065f67 + ae75a0e commit 4411e49Copy full SHA for 4411e49
grammar/build.gradle.kts
@@ -15,7 +15,6 @@ plugins {
15
group = "org.jetbrains.kotlin.spec.grammar"
16
version = "0.1"
17
18
-val jar: Jar by tasks
19
val archivePrefix = "kotlin-grammar-parser"
20
21
repositories {
@@ -163,7 +162,7 @@ tasks.named("inspectClassesForKotlinIC") {
163
162
tasks.withType<Jar> {
164
dependsOn(instrumentTestCodeTask)
165
166
- archiveFileName.set("$archivePrefix-$archiveVersion.jar")
+ archiveFileName.set("$archivePrefix-${archiveVersion.get()}.jar")
167
168
manifest {
169
attributes(
0 commit comments