anonymous Log in
Search
Recents:
v3.0
sd
Ejemplo basico de EO Android
22/04/21 17:22

afuente

Replies: 0

C:\GXEOTest\SDExtensionsSample-master\SampleModule>gradlew uploadArchives
Downloading https://services.gradle.org/distributions/gradle-6.1.1-all.zip
....................................................................................................................................
Welcome to Gradle 6.1.1!
Here are the highlights of this release:
- Reusable dependency cache
- Configurable compilation order between Groovy/Kotlin/Java/Scala
- New sample projects in Gradle's documentation
For more details see https://docs.gradle.org/6.1.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':library:compileReleaseAidl'.
> Could not resolve all task dependencies for configuration ':library:releaseCompileClasspath'.
> Could not find any matches for com.genexus:FlexibleClient:+ as no versions of com.genexus:FlexibleClient are available.
Required by:
project :library
* Try:
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.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1m 26s


Back to sd