mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 22:21:33 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1e42df67e
|
|||
dc1ebe09b7
|
|||
1cd36b5529
|
@ -2,12 +2,12 @@ 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"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -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