We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7505a commit e6c59d1Copy full SHA for e6c59d1
.github/workflows/ci.yml
@@ -19,8 +19,8 @@ jobs:
19
distribution: 'temurin'
20
java-version: '17'
21
22
- - name: 🛠️ Build with Gradle
23
- run: ./gradlew clean build --no-daemon
+ - name: 🛠️ Build Spring Boot JAR
+ run: ./gradlew clean bootJar --no-daemon
24
25
- name: 🐳 Build Docker image
26
run: docker build -t arc007arnob/restaurant-finder .
0 commit comments