anonymous Log in
Search
Recents:
v3.0
usercontrols
Error 'META-INF/io.netty.versions.properties' build External Object
29/06/20 14:21

yurios

Replies: 0

Boa tarde, estou gerando um EO Android onde já realizei todos os procedimentos, gerei o library, executei o comando "gradlew uploadArchives" tudo com sucesso. Gerei o EO dentro do genexus, adicionei as propriedades referentes ao android porem ao realizar o build ou rebuild a aplicação gera o seguinte erro:
error:
error: FAILURE: Build failed with an exception.
error:
error: * What went wrong:
error: Execution failed for task ':Menu:transformResourcesWithMergeJavaResForDebug'.
error: > More than one file was found with OS independent path 'META-INF/io.netty.versions.properties'
error:
error: * Try:
error: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
error:
error: * Get more help at https://help.gradle.org
error:
error: BUILD FAILED in 1m 24s
Tentei adicionar os seguintes comandos no build.gradle e não obtive sucesso:
packagingOptions {
pickFirst "META-INF/INDEX.LIST"
pickFirst "META-INF/io.netty.versions.properties"
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
exclude 'META-INF/io.netty.versions.properties'
exclude("META-INF/*.kotlin_module")
}
Alguém já teve algum problema parecido?
Estou utilizando o GXu9 build 140712.


Back to usercontrols