Skip to content

Commit 30a7790

Browse files
committed
Update Gradle source and target compatibility to 1.8
1 parent 1a3ceaa commit 30a7790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run Gradle Tests
4040
id: run
41-
run: ./gradlew --no-daemon test
41+
run: ./gradlew test --stacktrace
4242

4343
- name: Report Status
4444
if: always()

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66

77
group = 'org.couchbase.quickstart.springdata'
88
version = '0.0.1-SNAPSHOT'
9-
sourceCompatibility = '11'
10-
targetCompatibility = '11'
9+
sourceCompatibility = '1.8'
10+
targetCompatibility = '1.8'
1111
archivesBaseName = 'java-springdata-quickstart'
1212

1313
repositories {

0 commit comments

Comments
 (0)