Skip to content

Commit

Permalink
init : [workflows] gradle build 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM committed Dec 30, 2022
1 parent 90e3d0d commit 69b79ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/BuildApiServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
- name: Gradle Build
uses: gradle/gradle-build-action@v2
with:
arguments: |
build --no-daemon
build-root-directory: DuDung-Api

- name: Execute Gradle build
run: ./gradlew :DuDung-Api:build --no-daemon

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -49,5 +48,5 @@ jobs:
with:
context: ./DuDung-Api
push: true
tags: water0641/dudung-api:${{ steps.get_version.outputs.VERSION }}
tags: water0641/DuDung-Api:${{ steps.get_version.outputs.VERSION }}

6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ repositories {
mavenCentral()
}

repositories {
mavenCentral()
}

bootJar.enabled = false

subprojects {
group = 'band.gosrock'
version = '0.0.1-SNAPSHOT'
Expand Down

0 comments on commit 69b79ba

Please sign in to comment.