mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-03 05:10:56 +00:00
Upgrade Kotlin to 1.8.10
This commit is contained in:
@ -2,8 +2,8 @@ plugins {
|
||||
`kotlin-dsl`
|
||||
kotlin("plugin.serialization") version "1.7.10"
|
||||
|
||||
id("maven-publish")
|
||||
id("java-gradle-plugin")
|
||||
`maven-publish`
|
||||
`java-gradle-plugin`
|
||||
}
|
||||
|
||||
group = "gay.pizza.foundation"
|
||||
@ -15,8 +15,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-serialization:1.7.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
|
||||
implementation("org.jetbrains.kotlin:kotlin-serialization:1.8.10")
|
||||
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
|
||||
|
Reference in New Issue
Block a user