Skip to content

Commit

Permalink
Merge pull request #187 from fauna/release-1.0
Browse files Browse the repository at this point in the history
Release GA Java Driver (1.0)
  • Loading branch information
findgriffin authored Nov 14, 2024
2 parents 4288179 + d09c99c commit 76a8ba5
Show file tree
Hide file tree
Showing 272 changed files with 12,237 additions and 3,314 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
java-version: '17'
distribution: corretto

- name: Run checkstyle
run: ./gradlew checkstyleMain

- name: Run Gradle test
run: ./gradlew test -i

Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ replay_pid*

#macOs
.DS_STORE

# Internal files
.fauna-project
rawstats*.csv
stats*.txt
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "perf-test-setup"]
path = perf-test-setup
url = [email protected]:fauna/driver-perf-utils.git
Loading

0 comments on commit 76a8ba5

Please sign in to comment.