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.
1 parent bc93112 commit c75d563Copy full SHA for c75d563
build.gradle
@@ -25,15 +25,10 @@ allprojects {
25
apply plugin: 'maven'
26
apply plugin: 'maven-publish'
27
apply plugin: 'java'
28
-
29
- sourceCompatibility = 1.7
30
- targetCompatibility = 1.7
31
}
32
33
34
35
-def siteUrl = 'https://github.com/rabbit-Converter/rabbit-Java'
36
-def gitUrl = 'https://github.com/rabbit-Converter/rabbit-Java.git'
+def siteUrl = 'https://github.com/Rabbit-Converter/rabbit-Java'
+def gitUrl = 'https://github.com/Rabbit-Converter/rabbit-Java.git'
37
group = 'org.rabbit-converter.rabbit'
38
version = '0.0.2'
39
0 commit comments