-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1623827
commit 83b13ff
Showing
40 changed files
with
31 additions
and
4,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Java CI with Gradle | ||
|
||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
java-version: [17] | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up JDK ${{ matrix.java-version }} | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: ${{ matrix.java-version }} | ||
distribution: 'temurin' | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
|
||
- name: Build with Gradle | ||
run: ./gradlew clean build |
Binary file not shown.
Binary file removed
BIN
-3.46 KB
build/classes/java/main/com/docker3/controller/AuthController.class
Binary file not shown.
Binary file removed
BIN
-1.75 KB
build/classes/java/main/com/docker3/controller/UserController.class
Binary file not shown.
Binary file removed
BIN
-470 Bytes
build/classes/java/main/com/docker3/exception/auth/AuthenticationFailedException.class
Binary file not shown.
Binary file removed
BIN
-461 Bytes
build/classes/java/main/com/docker3/exception/auth/UserAlreadyExistsException.class
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-485 Bytes
build/classes/java/main/com/docker3/repository/UserRepository.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-530 Bytes
build/classes/java/test/com/docker3/Docker3ApplicationTests.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,821 changes: 0 additions & 1,821 deletions
1,821
build/reports/tests/test/classes/com.docker3.Docker3ApplicationTests.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.