Skip to content

Commit bfec82a

Browse files
authored
Merge pull request #5 from CodelyTV/java-8
Java 8
2 parents 8cf1b79 + 225b97e commit bfec82a

File tree

4 files changed

+4
-51
lines changed

4 files changed

+4
-51
lines changed

.travis.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Introduction
1212

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
13+
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
1414

1515
## How To Start
1616

bitbucket-pipelines.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

build.gradle

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

3-
sourceCompatibility = 1.11
4-
targetCompatibility = 1.11
3+
sourceCompatibility = 1.8
4+
targetCompatibility = 1.8
55

66
repositories {
77
mavenCentral()
@@ -22,4 +22,4 @@ test {
2222
reports {
2323
html.enabled = true
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)