Compare commits
No commits in common. "master" and "v1.1.0" have entirely different histories.
3 changed files with 3 additions and 20 deletions
2
.env
Normal file
2
.env
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
DOKI_TOKEN=OTM4NTIyNzgxMDM1OTIxNDQ4.G49Qim.wrCrGvb3YwTQEMMoJ0P3LpSCWcaeL2AAuOOsEI
|
||||||
|
DOKI_WARNING_CHANNEL=1320191969137393736
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -44,5 +44,4 @@ 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,22 +67,4 @@
|
||||||
<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