File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' java'
2
2
apply plugin : ' eclipse'
3
3
4
- sourceCompatibility = 1.6
5
- version = ' 0 .6'
4
+ sourceCompatibility = ' 1.6'
5
+ targetCompatibility = ' 1 .6'
6
6
7
- manifest. mainAttributes(
8
- ' Implementation-Title' : ' java-OracleSQL-dsl' ,
9
- ' Implementation-Version' : version
10
- )
7
+ group = ' com.thibaultdelor'
8
+ version = ' 0.6'
11
9
12
10
repositories {
13
11
mavenCentral()
@@ -18,6 +16,12 @@ dependencies {
18
16
testCompile group : ' junit' , name : ' junit' , version :' 4.+'
19
17
testCompile group : ' com.thibaultdelor' , name : ' JunitSQLMatcher' , version : ' +'
20
18
}
19
+
21
20
eclipseClasspath {
22
21
downloadSources = false ; // required for eclipseClasspath to work
23
- }
22
+ }
23
+
24
+ manifest. mainAttributes(
25
+ ' Implementation-Title' : ' java-OracleSQL-dsl' ,
26
+ ' Implementation-Version' : version
27
+ )
You can’t perform that action at this time.
0 commit comments