begin pulling versions into buildSrc/Versions

This commit is contained in:
dfsek
2021-12-19 14:56:52 -07:00
parent fb1ebd0e11
commit 626c65fc3e
8 changed files with 49 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
import com.dfsek.terra.Versions
import com.dfsek.terra.version
version = version("0.1.0")
dependencies {
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
shadedApi(project(":common:addons:manifest-addon-loader"))
}

View File

@@ -1,10 +1,11 @@
import com.dfsek.terra.Versions
import com.dfsek.terra.version
version = version("0.1.0")
dependencies {
shadedApi("commons-io:commons-io:2.6")
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
}
tasks.withType<Jar> {