mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -07:00
Update build.gradle.kts
This commit is contained in:
parent
aff61bb2d9
commit
c4b4207256
1 changed files with 7 additions and 1 deletions
|
@ -17,4 +17,10 @@ allprojects {
|
|||
|
||||
group = "com.game.template"
|
||||
version = "1.0"
|
||||
}
|
||||
}
|
||||
|
||||
plugins.withType<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin> {
|
||||
the<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension>().apply {
|
||||
yarnLockMismatchReport = org.jetbrains.kotlin.gradle.targets.js.yarn.YarnLockMismatchReport.WARNING
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue