File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
21
21
}
22
22
23
23
group ' com.nosto.play'
24
- version ' 1.7.1-nosto-GA5-gradle-5 '
24
+ version ' 1.7.1-nosto-GA5-gradle-6 '
25
25
26
26
sourceSets {
27
27
main {
@@ -82,7 +82,6 @@ dependencies {
82
82
compileOnly(group : ' org.apache.ant' , name : ' ant-junit' , version : ' 1.10.14' )
83
83
compileOnly group : ' com.google.code.maven-play-plugin.org.playframework' , name : ' jj-simplecaptcha' , version : ' 1.1'
84
84
85
- testImplementation(group : ' junit' , name : ' junit' , version : ' 4.13.2' )
86
85
testImplementation(group : ' org.apache.ant' , name : ' ant' , version : ' 1.10.14' )
87
86
testImplementation(group : ' org.apache.ant' , name : ' ant-junit' , version : ' 1.10.14' )
88
87
testImplementation(group : ' org.easytesting' , name : ' fest-assert' , version : ' 1.4' )
@@ -108,7 +107,9 @@ task assembleRunscripts(type: Zip) {
108
107
from(" pym" ) {
109
108
into(" framework/pym" )
110
109
}
111
-
110
+ from(" templates" ) {
111
+ into(" framework/templates" )
112
+ }
112
113
from(" ../modules/testrunner/lib" ) {
113
114
into(" modules/testrunner/lib" )
114
115
}
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ require: &allDependencies
37
37
- jaxen 1.2.0
38
38
- joda-time 2.11.1
39
39
- org.hamcrest -> hamcrest-all 1.3
40
+ - junit 4.13.2
40
41
- net.sourceforge.jregex -> jregex 1.2_01
41
42
- org.apache.logging.log4j -> log4j-api 2.18.0
42
43
- org.apache.logging.log4j -> log4j-core 2.18.0
You can’t perform that action at this time.
0 commit comments