Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48b388d

Browse files
tamasvajkigfoo
authored andcommitted
Remove version number from output artifact name
1 parent ab10224 commit 48b388d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

java/kotlin-extractor/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm' version "${kotlinVersion}"
33
id 'org.jetbrains.dokka' version '1.4.32'
4-
id "com.vanniktech.maven.publish" version '0.15.1'
54
}
65

76
group 'com.github.codeql'
@@ -21,3 +20,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
2120
jvmTarget = "1.8"
2221
}
2322
}
23+
24+
jar {
25+
archiveName = "${OUTPUT_JAR_NAME}"
26+
}

java/kotlin-extractor/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ kotlinVersion=1.5.21
44
GROUP=com.github.codeql
55
VERSION_NAME=0.0.1
66
POM_DESCRIPTION=CodeQL Kotlin extractor
7+
OUTPUT_JAR_NAME=codeql-extractor-kotlin.jar
78

0 commit comments

Comments
 (0)