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.
2 parents 8cf1b79 + 225b97e commit bfec82aCopy full SHA for bfec82a
.travis.yml
README.md
@@ -10,7 +10,7 @@
10
11
## Introduction
12
13
-This is a repository intended to serve as a starting point if you want to bootstrap a project in Java with JUnit and Gradle
+This is a repository intended to serve as a starting point if you want to bootstrap a project in Java 8 with JUnit and Gradle
14
15
## How To Start
16
bitbucket-pipelines.yml
build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'java'
2
3
-sourceCompatibility = 1.11
4
-targetCompatibility = 1.11
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
5
6
repositories {
7
mavenCentral()
@@ -22,4 +22,4 @@ test {
22
reports {
23
html.enabled = true
24
}
25
-}
+}
0 commit comments