The Wayback Machine - https://web.archive.org/web/20210424064449/https://github.com/topics/gradle-plugin
Skip to content
#

gradle-plugin

Here are 1,057 public repositories matching this topic...

eisig
eisig commented Apr 16, 2021

Environment:

  • Jib version: 3.0.0
  • Build tool: maven 3.6.3,Java version: 1.8.0_282,
  • OS: ubuntu20.04

Description of the issue:
mvn clean compile jib:build not work for war project.
have to package the war project. mvn clean package jib:build
The documents and the log output do not mention that.

Expected behavior:
work as jar project.

**Steps to re

powerserg17-bunch
powerserg17-bunch commented Apr 6, 2021

Describe the issue
AGP version 4.2.0-alpha07+ fails with

Execution failed for task ':sdk-android:processReleaseManifest'.
> java.io.FileNotFoundException: /Users/powerserg/merging/sdk-android/build/intermediates/library_manifest/release/AndroidManifest.xml (No such file or directory)

AndroidManifest.xml is found in`${mProject.buildDir.path}/intermediates/merged_manifest/${mVar

Improve this page

Add a description, image, and links to the gradle-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gradle-plugin topic, visit your repo's landing page and select "manage topics."

Learn more