mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Remove version number from output artifact name
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version "${kotlinVersion}"
|
||||
id 'org.jetbrains.dokka' version '1.4.32'
|
||||
id "com.vanniktech.maven.publish" version '0.15.1'
|
||||
}
|
||||
|
||||
group 'com.github.codeql'
|
||||
@@ -21,3 +20,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveName = "${OUTPUT_JAR_NAME}"
|
||||
}
|
||||
@@ -4,4 +4,5 @@ kotlinVersion=1.5.21
|
||||
GROUP=com.github.codeql
|
||||
VERSION_NAME=0.0.1
|
||||
POM_DESCRIPTION=CodeQL Kotlin extractor
|
||||
OUTPUT_JAR_NAME=codeql-extractor-kotlin.jar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user