Skip to content

Commit

Permalink
Java 1.7 for build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Oct 13, 2015
1 parent 48e96b5 commit c642de6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ plugins {
id "com.jfrog.artifactory" version "3.1.1"
}

version = '6.9.7-SNAPSHOT'
version = '6.9.9-SNAPSHOT'

apply plugin: 'java'

targetCompatibility = "1.7"
sourceCompatibility = "1.7"

apply plugin: 'osgi'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>testng</artifactId>
<packaging>jar</packaging>
<name>TestNG</name>
<version>6.9.5-SNAPSHOT</version>
<version>6.9.9-SNAPSHOT</version>
<description>TestNG is a testing framework.</description>
<url>http://testng.org</url>

Expand Down

0 comments on commit c642de6

Please sign in to comment.