work on the translation stuff in kordex that is required as of version 2.3
This commit is contained in:
parent
e36e5a2586
commit
1800f44941
7 changed files with 57 additions and 26 deletions
|
@ -1,14 +1,20 @@
|
|||
pluginManagement {
|
||||
plugins {
|
||||
// Update this in libs.version.toml when you change it here.
|
||||
kotlin("jvm") version "2.0.20"
|
||||
kotlin("plugin.serialization") version "2.0.20"
|
||||
kotlin("jvm") version "2.0.21"
|
||||
kotlin("plugin.serialization") version "2.0.21"
|
||||
|
||||
id("com.github.jakemarsden.git-hooks") version "0.0.2"
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
|
||||
id("dev.kordex.gradle.docker") version "1.4.2"
|
||||
id("dev.kordex.gradle.kordex") version "1.4.2"
|
||||
id("dev.kordex.gradle.docker") version "1.5.8"
|
||||
id("dev.kordex.gradle.kordex") version "1.5.8"
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
|
||||
maven("https://snapshots-repo.kordex.dev")
|
||||
maven("https://releases-repo.kordex.dev")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue