Skip to content

Commit

Permalink
Merge pull request #99 from Soyle-Productions/release/pre-0.1.13
Browse files Browse the repository at this point in the history
Complete Release 0.13.0
  • Loading branch information
b-camphart authored Aug 8, 2021
2 parents dea703e + ab10167 commit 7982d7c
Show file tree
Hide file tree
Showing 458 changed files with 14,246 additions and 4,926 deletions.
7 changes: 3 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
java
kotlin("jvm") version plugin.constants.kotlinVersion
id(plugin.constants.detekt) version plugin.constants.detektVersion
}

java {
Expand All @@ -18,11 +19,10 @@ tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = plugin.constants.javaVersion
}


allprojects {

group = "com.soyle.stories"
version = "0.1.12"
version = "0.13.0 Pre-Release 3"

tasks.withType<Jar>().forEach {
it.archiveBaseName.set(properties["archive-name"] as? String ?: name)
Expand All @@ -36,5 +36,4 @@ allprojects {
tasks.withType<Test> {
useJUnitPlatform()
}

}
}
Loading

0 comments on commit 7982d7c

Please sign in to comment.