Issue Demo

This is a sample project to reproduce issue-7061 of the gradle.(gradle/gradle#7061).

Project Structure

  1. Module 'library-xbundle' will produce a library with 'xbundle' format.
  2. Module 'issue-7061' will assemble a plugin that register some artifact transforms to produce issue.
  3. The test in module 'issue-7061' will test the plugin, and test will fail to demonstrate the issue.

Usage

Run this cmd to test. Tests will fail.

./gradlew install test