We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ceaa commit 30a7790Copy full SHA for 30a7790
.github/workflows/tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run Gradle Tests
40
id: run
41
- run: ./gradlew --no-daemon test
+ run: ./gradlew test --stacktrace
42
43
- name: Report Status
44
if: always()
build.gradle
@@ -6,8 +6,8 @@ plugins {
6
7
group = 'org.couchbase.quickstart.springdata'
8
version = '0.0.1-SNAPSHOT'
9
-sourceCompatibility = '11'
10
-targetCompatibility = '11'
+sourceCompatibility = '1.8'
+targetCompatibility = '1.8'
11
archivesBaseName = 'java-springdata-quickstart'
12
13
repositories {
0 commit comments