Skip to content

Commit

Permalink
Remove gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Feb 15, 2024
1 parent bd24672 commit d8d1df2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 329 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:8.6-jdk17 as builder
WORKDIR /usr/src/newslist
COPY . .
RUN chmod +x ./gradlew && ./gradlew bootJar
RUN gradle bootJar

FROM eclipse-temurin:17

Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

234 changes: 0 additions & 234 deletions gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions gradlew.bat

This file was deleted.

0 comments on commit d8d1df2

Please sign in to comment.