Skip to content

Commit f367e3a

Browse files
committed
fixing dependencies, moving to java 8
1 parent a949af6 commit f367e3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sourceSets
3131
}
3232

3333

34-
sourceCompatibility = 1.7
34+
sourceCompatibility = 1.8
3535

3636

3737
test
@@ -79,10 +79,8 @@ dependencies
7979
repositories
8080
{
8181
mavenCentral()
82-
maven
83-
{ url "http://oss.sonatype.org/content/groups/public" }
84-
maven
85-
{ url "http://dl.bintray.com/rtlib/CoreMem" }
82+
maven { url "http://oss.sonatype.org/content/groups/public" }
83+
maven { url "http://dl.bintray.com/clearcontrol/ClearControl" }
8684

8785
}
8886

0 commit comments

Comments
 (0)