mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-05-19 08:10:36 +00:00
3aef977384
* Bump version to 6.4.1 * fix fabric dev env * Invert exposed ore logic (#433) * Invert exposed ore logic * Bump ore addon version * Use logger in Gradle over println (#434) * Log info instead of println in gradle scripts * Missed buildSrc printlns --------- Co-authored-by: Zoë <duplexsys@protonmail.com>
7 lines
114 B
Kotlin
7 lines
114 B
Kotlin
version = version("1.1.1")
|
|
|
|
dependencies {
|
|
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
|
|
}
|
|
|