Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
64b37a2d44 |
|||
|
153528823b |
3 changed files with 20 additions and 3 deletions
2
.env
2
.env
|
|
@ -1,2 +0,0 @@
|
||||||
DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI
|
|
||||||
DOKI_WARNING_CHANNEL=1320191969137393736
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -44,4 +44,5 @@ config*.json
|
||||||
!**/resources/config.schema.json
|
!**/resources/config.schema.json
|
||||||
|
|
||||||
### why would this not be here already ###
|
### why would this not be here already ###
|
||||||
/logs/
|
/logs/
|
||||||
|
*.env
|
||||||
18
pom.xml
18
pom.xml
|
|
@ -67,4 +67,22 @@
|
||||||
<version>4.28.2</version>
|
<version>4.28.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<version>3.4.1</version>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<manifest>
|
||||||
|
<addClasspath>true</addClasspath>
|
||||||
|
<classpathPrfix>lib/</classpathPrfix>
|
||||||
|
<mainClass>net.hypr.doki.Doki</mainClass>
|
||||||
|
</manifest>
|
||||||
|
</archive>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue