Disable plain jar
This commit is contained in:
parent
35093a1bd1
commit
12230218df
@ -6,5 +6,5 @@ ARG BRANCH_NAME
|
||||
ARG GITHUB_RUN_NUMBER
|
||||
ADD build/libs/ClaptrapBot-*.jar /bot_src/bot.jar
|
||||
RUN java -version
|
||||
CMD java -jar bot.jar -t ${TOKEN}
|
||||
CMD java -jar bot.jar
|
||||
LABEL org.opencontainers.image.source=https://github.com/Sebclem/ClaptrapBot/
|
@ -21,7 +21,9 @@ repositories {
|
||||
url 'https://m2.dv8tion.net/releases'
|
||||
}
|
||||
}
|
||||
|
||||
jar{
|
||||
enabled(false)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-web"){
|
||||
|
Loading…
Reference in New Issue
Block a user