Skip to content

Commit c75d563

Browse files
committed
Remove compatibility
1 parent bc93112 commit c75d563

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build.gradle

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,10 @@ allprojects {
2525
apply plugin: 'maven'
2626
apply plugin: 'maven-publish'
2727
apply plugin: 'java'
28-
29-
sourceCompatibility = 1.7
30-
targetCompatibility = 1.7
3128
}
3229

33-
34-
35-
def siteUrl = 'https://github.com/rabbit-Converter/rabbit-Java'
36-
def gitUrl = 'https://github.com/rabbit-Converter/rabbit-Java.git'
30+
def siteUrl = 'https://github.com/Rabbit-Converter/rabbit-Java'
31+
def gitUrl = 'https://github.com/Rabbit-Converter/rabbit-Java.git'
3732
group = 'org.rabbit-converter.rabbit'
3833
version = '0.0.2'
3934

0 commit comments

Comments
 (0)