Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 406 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 406 Bytes

Archive Test Gradle Plugin

plugin folder contains the Gradle plugin

sample folder contains a sample code that uses the plugin

Testing the plugin

  • Compile the plugin
./gradlew uploadArchives

The result will be push into a new folder repo, at the root of this folder.

  • Then, execute the sample
cd sample
../gradlew archivetest