Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan committed Jan 6, 2023
1 parent df716d6 commit 4bbc2c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM eclipse-temurin:17-jre-alpine

WORKDIR /app

COPY build/libs/MOTDify-1.0.1.jar /app/MOTDify.jar
COPY build/libs/lib-1.0.1 /app/lib-1.0.1
COPY build/libs/MOTDify-1.0.2.jar /app/MOTDify.jar
COPY build/libs/lib-1.0.2 /app/lib-1.0.2

CMD ["java", "-jar", "MOTDify.jar"]

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.almightysatan"
version = "1.0.1"
version = "1.0.2"

plugins {
kotlin("jvm") version "1.8.0"
Expand Down

0 comments on commit 4bbc2c8

Please sign in to comment.