Skip to content

Commit 33173e7

Browse files
Build files: targetCompatibility default is sourceCompatibility.
- Now unified across build files.
1 parent 3b06401 commit 33173e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

objectbox-java-api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ group = 'io.objectbox'
44
version= rootProject.version
55

66
sourceCompatibility = 1.7
7-
targetCompatibility = 1.7
87

98
javadoc {
109
failOnError = false

objectbox-java/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'java'
22
apply plugin: 'findbugs'
33

4-
targetCompatibility = '1.7'
5-
sourceCompatibility = '1.7'
6-
74
group = 'io.objectbox'
85
version= rootProject.version
96

7+
sourceCompatibility = '1.7'
8+
109
tasks.withType(FindBugs) {
1110
reports {
1211
xml.enabled false

0 commit comments

Comments
 (0)