diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0542767e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/snapshots/**/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2171374e..6bc21c4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,6 @@ jobs: - name: set up JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Build with Gradle run: ./gradlew check --stacktrace diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a3606619..11945a48 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,6 +12,6 @@ jobs: - name: set up JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Build with Gradle run: ./gradlew check --stacktrace diff --git a/.gitignore b/.gitignore index 9239feaa..276756e8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ **/build /captures .externalNativeBuild + +/.maven \ No newline at end of file diff --git a/.run/sample.run.xml b/.run/sample.run.xml index a59193bc..7b3686e1 100644 --- a/.run/sample.run.xml +++ b/.run/sample.run.xml @@ -10,11 +10,12 @@