Closed jlgarciasanchez closed 4 years ago
Todo:
Temporary workaround:
Comment out, line 20 in build.gradle:
dependencies {
// ant.unjar src: configurations.classpath.files.find {it.path.contains('etf')}, dest: 'build/gradle'
}
Replace lines 101 and 102 in build/gradle/ii-bda.gradle :
ext.r_user = project.findProperty("ii.etfdev.repo.username") ?: 'etf-public-releases'
ext.r_pwd = project.findProperty("ii.etfdev.repo.password") ?: 'etf-public-releases'
with
ext.r_user = project.findProperty("ii.etfdev.repo.username") ?: 'etf-public-dev'
ext.r_pwd = project.findProperty("ii.etfdev.repo.password") ?: 'etf-public-dev'
With these changes we can build the jar. Thank you.
You're welcome! I reopen the issue -otherwise I forget to fix it.
Just a note that this also occurs when building the etf-stdtot (https://github.com/etf-validator/etf-stdtot) library standalone.
The issue should be fixed.
I'm trying to build etf-sui-ae using the gradle script, but I get the next error: