Implement source filters

This commit is contained in:
Syer10
2021-11-27 12:11:40 -05:00
parent 95db01f4d0
commit 634e44fcfa
28 changed files with 1442 additions and 490 deletions

View File

@@ -3,9 +3,9 @@ import org.gradle.api.JavaVersion
object Config {
const val tachideskVersion = "v0.5.4"
// Match this to the Tachidesk-Server commit count
const val serverCode = 1013
const val serverCode = 1031
const val preview = true
const val previewCommit = "1ee37da720abd8d017f3c443f0b7e2dc543ee1ef"
const val previewCommit = "420d14fc37a18269a9d7232519e3f9a21c6302a2"
val jvmTarget = JavaVersion.VERSION_15
}