File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ targetCompatibility = 1.8
11
11
12
12
group = " org.manifold"
13
13
// name = "manifold-backend-digital"
14
- version = ' 0.2.1 -SNAPSHOT'
14
+ version = ' 0.3.0 -SNAPSHOT'
15
15
16
16
mainClassName = " org.manifold.compiler.back.digital.DigitalBackend"
17
17
@@ -28,18 +28,22 @@ repositories {
28
28
name ' Manifold release repository'
29
29
url ' http://manifold-lang.org/releases'
30
30
}
31
+ flatDir {
32
+ dirs ' /home/mtrberzi/manifold/core/build/libs' // NOCOMMIT
33
+ }
31
34
}
32
35
33
36
run {
34
37
standardInput = System . in
35
38
}
36
39
37
40
dependencies {
41
+ compile ' com.google.code.gson:gson:2.2.4'
38
42
compile ' com.google.guava:guava:17.0'
39
43
testCompile ' junit:junit:4.11'
40
44
compile ' log4j:log4j:1.2.16'
41
45
compile group : ' commons-cli' , name : ' commons-cli' , version : ' 1.2'
42
- compile ' org.manifold:manifold-core:0.2 +'
46
+ compile ' org.manifold:manifold-core:0.6 +'
43
47
}
44
48
45
49
buildscript {
@@ -86,6 +90,8 @@ jacocoTestReport {
86
90
}
87
91
}
88
92
93
+ check. dependsOn(jacocoTestReport)
94
+
89
95
checkstyle {
90
96
configFile = new File (rootDir, " checkstyle.xml" )
91
97
ignoreFailures = false
You can’t perform that action at this time.
0 commit comments