CrazyAuctions/gradle/tools.versions.toml
Ryder Belserion cb36769d9d
(workflow) Clean up build script
Changed:
 > Remove duplicated repositories
 > Removed paper run
 > Bumped minotaur
 > Bumped ktor
 > Cleaned up plugin.yml
 > Cleaned up build script
 > Changed to us.crazycrew

Added:
 > Issue/Bug Templates
2023-02-21 19:46:09 -05:00

20 lines
842 B
TOML

[versions]
# Gradle
shadow = "7.1.2"
ktor = "2.2.3"
kotlin = "1.7.21"
license = "0.16.1"
coroutines = "1.6.4"
[libraries]
jetbrains = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
license = { module = "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin", version.ref = "license" }
shadowJar = { module = "gradle.plugin.com.github.johnrengelman:shadow", version.ref = "shadow" }
ktor-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-cn = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-gson = { module = "io.ktor:ktor-serialization-gson", version.ref = "ktor"}
kotlinx = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines"}