Version 1.2 of subethasmtp is the closest available version (1.2.1)
⚠️ Modules were not tested after upgrade
9 lines
193 B
Groovy
9 lines
193 B
Groovy
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'
|
|
}
|