Skip to content
Snippets Groups Projects
Commit 28f79238 authored by dgelessus's avatar dgelessus
Browse files

Remove unused Git version stuff from build.gradle.kts

parent 441767e4
Branches
Tags
No related merge requests found
Pipeline #115931 passed
...@@ -12,8 +12,6 @@ plugins { ...@@ -12,8 +12,6 @@ plugins {
// Apply the application plugin to add support for building a CLI application. // Apply the application plugin to add support for building a CLI application.
application application
id("com.github.johnrengelman.shadow") version "7.0.0" id("com.github.johnrengelman.shadow") version "7.0.0"
// id("com.palantir.git-version") version "0.12.2"
} }
repositories { repositories {
...@@ -52,8 +50,6 @@ tasks.test { ...@@ -52,8 +50,6 @@ tasks.test {
useJUnitPlatform() useJUnitPlatform()
} }
val gitVersion: groovy.lang.Closure<*> by extra
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>(){ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>(){
kotlinOptions.jvmTarget = "1.8" kotlinOptions.jvmTarget = "1.8"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment