Skip to content

Commit

Permalink
chore: ci.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed May 27, 2024
1 parent aecc175 commit 3da44ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:21

ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=core/core-api/build/libs/*.jar
COPY ${JAR_FILE} app.jar

EXPOSE 8080
Expand Down
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ subprojects {
enabled = true
}

tasks.withType<BootJar> {
manifest {
attributes["Main-Class"] = "core.core-api.src.main.kotlin.org.mediscan.core.api.CoreApiApplication.kt"
}
}

java.sourceCompatibility = JavaVersion.valueOf("VERSION_${property("javaVersion")}")
tasks.withType<KotlinCompile> {
kotlinOptions {
Expand Down

0 comments on commit 3da44ca

Please sign in to comment.