Skip to content

Commit

Permalink
bump mggp to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 11, 2023
1 parent 1bbcd76 commit 44328ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.liplum.gradle.settings.Settings.localConfig

plugins {
kotlin("jvm") apply false
id("io.github.liplum.mgpp") version "1.2.0"
id("io.github.liplum.mgpp") version "1.3.0"
}
buildscript {
repositories {
Expand Down
4 changes: 3 additions & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ tasks.jar {
includeEmptyDirs = false
exclude("**/**/*.java")
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 44328ec

Please sign in to comment.