basic automatic documentation

This commit is contained in:
dfsek
2021-12-14 17:18:32 -07:00
parent f6d5295980
commit 3c3b24fc03
4 changed files with 157 additions and 0 deletions
+4
View File
@@ -6,9 +6,13 @@ plugins {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://repo.codemc.org/repository/maven-public") }
}
dependencies {
implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:+")
implementation("org.ow2.asm:asm:9.2")
implementation("org.ow2.asm:asm-tree:9.2")
implementation("com.dfsek.tectonic:common:3.1.0")
implementation("org.yaml:snakeyaml:1.27")
}