Skip to content

Commit c920bae

Browse files
authored
Switch from Gradle to Maven (#69)
1 parent 606a70a commit c920bae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+798
-586
lines changed

.github/workflows/gradle.yml renamed to .github/workflows/ci.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ jobs:
3636
- latest
3737
os:
3838
- ubuntu-latest
39-
- windows-latest
40-
include:
41-
# TODO(casz) remove once https://github.com/testcontainers/testcontainers-java/pull/1780 is available
42-
- os: 'ubuntu-latest'
43-
tasks: 'integrationTest'
39+
# TODO: We disable Windows because testcontainers doesn't support runs in containers
40+
# (see https://github.com/testcontainers/testcontainers-java/pull/1780)
41+
# - windows-latest
4442

4543
steps:
4644
- name: Checkout code
@@ -52,14 +50,8 @@ jobs:
5250
java-version: ${{ matrix.java }}
5351
distribution: temurin
5452

55-
- name: Build with Gradle
56-
uses: gradle/gradle-build-action@v2
57-
with:
58-
arguments: |
59-
build
60-
${{ matrix.tasks }}
61-
-s
62-
--info
53+
- name: Build with Maven
54+
run: mvn --batch-mode --update-snapshots verify
6355
env:
6456
VAULT_VERSION: ${{ matrix.vault }}
6557

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
wrapperVersion=3.3.4
2+
distributionType=only-script
3+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

build.gradle

Lines changed: 0 additions & 219 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-54.9 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)