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
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -45,4 +45,3 @@ config*.json
|
|||
|
||||
### why would this not be here already ###
|
||||
/logs/
|
||||
*.env
|
||||
18
pom.xml
18
pom.xml
|
|
@ -67,22 +67,4 @@
|
|||
<version>4.28.2</version>
|
||||
</dependency>
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue