diff --git a/build.gradle b/build.gradle index df4b93f..7801bf8 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { version = '0.1.1' mainClassName = 'me.msoucy.gbat.MainKt' -description = 'My Application' +description = 'Git By A Truck' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -18,6 +18,7 @@ repositories { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7' implementation "com.xenomachina:kotlin-argparser:$kotlin_argparser_version" implementation "org.jetbrains.exposed:exposed-core:0.25.1" implementation "org.jetbrains.exposed:exposed-dao:0.25.1" diff --git a/gradle.properties b/gradle.properties index 12b23dd..d71cc6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -kotlinVersion=1.3.70 +kotlinVersion=1.3.71 kotlin_argparser_version=2.0.7 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 622ab64..bb8b2fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index d78e695..966b819 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'kotlin-quick-start' +rootProject.name = 'git-by-a-truck'