Add Java dependency for Test app to Gradle
Version 1.2 of subethasmtp is the closest available version (1.2.1)
⚠️ Modules were not tested after upgrade
This commit is contained in:
parent
e54b36bb2a
commit
d3c325cef4
5 changed files with 10 additions and 0 deletions
9
modules/jala/util/Test/build.gradle
Normal file
9
modules/jala/util/Test/build.gradle
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
dependencies {
|
||||||
|
runtime 'org.subethamail:subethasmtp-smtp:1.2'
|
||||||
|
runtime 'org.subethamail:subethasmtp-wiser:1.2'
|
||||||
|
}
|
||||||
|
|
||||||
|
task deps(type: Copy) {
|
||||||
|
from sourceSets.main.runtimeClasspath
|
||||||
|
into 'code'
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
BIN
modules/jala/util/Test/code/subethasmtp-wiser-1.2.jar
Normal file
BIN
modules/jala/util/Test/code/subethasmtp-wiser-1.2.jar
Normal file
Binary file not shown.
|
@ -10,3 +10,4 @@ include 'launcher'
|
||||||
include 'modules:helma'
|
include 'modules:helma'
|
||||||
include 'modules:jala'
|
include 'modules:jala'
|
||||||
include 'modules:jala:util:HopKit'
|
include 'modules:jala:util:HopKit'
|
||||||
|
include 'modules:jala:util:Test'
|
||||||
|
|
Loading…
Add table
Reference in a new issue