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 3b06401 commit 33173e7Copy full SHA for 33173e7
objectbox-java-api/build.gradle
@@ -4,7 +4,6 @@ group = 'io.objectbox'
4
version= rootProject.version
5
6
sourceCompatibility = 1.7
7
-targetCompatibility = 1.7
8
9
javadoc {
10
failOnError = false
objectbox-java/build.gradle
@@ -1,12 +1,11 @@
1
apply plugin: 'java'
2
apply plugin: 'findbugs'
3
-targetCompatibility = '1.7'
-sourceCompatibility = '1.7'
-
group = 'io.objectbox'
+sourceCompatibility = '1.7'
+
tasks.withType(FindBugs) {
11
reports {
12
xml.enabled false
0 commit comments