Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- danny@lw10:~/work/builds/com.greenaddress.greenbits_android_wallet/green_android$ docker pull greenaddress/android && docker run -it -v $PWD:/ga greenaddress/android
- Using default tag: latest
- latest: Pulling from greenaddress/android
- 647acf3d48c2: Already exists
- e4d80abf100d: Pull complete
- 0563a22646ba: Pull complete
- 2d33e8f1fe12: Pull complete
- 147ce9700488: Pull complete
- 73a606327a05: Pull complete
- 02ebf66febe6: Pull complete
- Digest: sha256:2e1c287e43417d4d69c11bf517f03043d23aba75f9aba1ee97cb47870c2106ca
- Status: Downloaded newer image for greenaddress/android:latest
- docker.io/greenaddress/android:latest
- Run Gradle task: assembleProductionRelease...
- Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip
- ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%
- Welcome to Gradle 8.7!
- Here are the highlights of this release:
- - Compiling and testing with Java 22
- - Cacheable Groovy script compilation
- - New methods in lazy collection properties
- For more details see https://docs.gradle.org/8.7/release-notes.html
- Starting a Gradle Daemon (subsequent builds will be faster)
- Type-safe project accessors is an incubating feature.
- > Configure project :common
- Please wait while Kotlin/Native compiler 1.9.23 is being installed.
- Download kotlin-native-prebuilt-linux-x86_64-1.9.23.tar.gz finished, took 3 s 85 ms
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23
- Unpack Kotlin/Native compiler to /root/.konan/kotlin-native-prebuilt-linux-x86_64-1.9.23 finished, took 3 s 575 ms
- w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue:
- The applied Android Gradle Plugin version (8.4.1) is higher
- than the maximum known to the Kotlin Gradle Plugin.
- Tooling stability in such configuration isn't tested, please report encountered issues to https://kotl.in/issue"
- Minimum supported Android Gradle Plugin version: 7.0
- Maximum tested Android Gradle Plugin version: 8.2
- To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
- Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable
- Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable
- FAILURE: Build failed with an exception.
- * What went wrong:
- Task 'assembleProductionRelease' is ambiguous in root project 'Blockstream_Green' and its subprojects. Candidates are: 'assembleProductionFDroidRelease', 'assembleProductionFDroidReleaseUnitTest', 'assembleProductionGoogleRelease', 'assembleProductionGoogleReleaseUnitTest'.
- * Try:
- > Run gradlew tasks to get a list of available tasks.
- > For more on name expansion, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:name_abbreviation in the Gradle documentation.
- > 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 9.0.
- You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
- For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
- BUILD FAILED in 1m 48s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement