diff --git a/.env b/.env deleted file mode 100644 index e952d6d..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI -DOKI_WARNING_CHANNEL=1320191969137393736 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9b563a8..4f8df73 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,5 @@ config*.json !**/resources/config.schema.json ### why would this not be here already ### -/logs/ \ No newline at end of file +/logs/ +*.env \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8a6f75d..a7ab3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -67,4 +67,22 @@ 4.28.2 + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.1 + + + + true + lib/ + net.hypr.doki.Doki + + + + + + \ No newline at end of file