Skip to content

Commit

Permalink
[chore]: Migrated from gradle to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmjr committed Oct 11, 2023
1 parent f39a8b2 commit 25e1146
Show file tree
Hide file tree
Showing 153 changed files with 1,258 additions and 1,789 deletions.
9 changes: 0 additions & 9 deletions .gitattributes

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'
cache: maven
- name: Setup gradle
uses: gradle/gradle-build-action@v2
- name: Build with gradle
run: |
chmod +x gradlew
./gradlew build
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify

7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
target
TODO
.idea
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions app/build.gradle

This file was deleted.

Binary file removed app/libs/Tools-1.0.3-SNAPSHOT.jar
Binary file not shown.
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 25e1146

Please sign in to comment.