Skip to content

Commit

Permalink
Version Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artraxon committed Oct 26, 2019
1 parent 711f857 commit 12a38ff
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

/*
* This file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Kotlin application project to get you started.
*/
project.version = "1.0.6"
project.version = "1.1.0"
plugins {
// Apply the Kotlin JVM plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.3.41"

// Apply the application plugin to add support for building a CLI application.
application
id("com.github.johnrengelman.shadow") version("5.1.0")
id ("com.bmuschko.docker-remote-api") version("5.2.0")
Expand All @@ -19,13 +12,10 @@ plugins {
}

repositories {
// Use jcenter for resolving dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
}

dependencies {
// Align versions of all Kotlin components
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))


Expand All @@ -43,7 +33,6 @@ dependencies {
}

application {
// Define the main class for the application
mainClassName = "de.rtrx.a.MainKt"
}
java {
Expand Down

0 comments on commit 12a38ff

Please sign in to comment.