plugin folder contains the Gradle plugin
sample folder contains a sample code that uses the plugin
- Compile the plugin
./gradlew uploadArchivesThe result will be push into a new folder repo, at the root of this folder.
- Then, execute the sample
cd sample
../gradlew archivetest