Skip to content

Commit

Permalink
[release] just release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Oct 31, 2022
1 parent 47c330e commit 4873323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import io.github.liplum.mindustry.importMindustry

plugins {
kotlin("jvm")
id("com.google.devtools.ksp") version "1.7.0-1.0.6"
id("com.google.devtools.ksp") version "1.7.20-1.0.7"
`maven-publish`
id("io.github.liplum.mgpp")
}
Expand Down
3 changes: 1 addition & 2 deletions main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm")
`maven-publish`
id("com.google.devtools.ksp") version "1.7.0-1.0.6"
id("com.google.devtools.ksp") version "1.7.20-1.0.7"
id("io.github.liplum.mgpp")
}
val PlumyVersion: String by project
Expand Down Expand Up @@ -43,7 +43,6 @@ ksp {
arg("Dp.GenerateSpec", "Contents")
arg("Dp.Scope", "net.liplum.registry")
allowSourcesFromOtherPlugins = true
blockOtherCompilerPlugins = true
}
mindustry {
run {
Expand Down

0 comments on commit 4873323

Please sign in to comment.