Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaakaa/gradlemultiprojectsample
Gradle multiproject build sample
https://github.com/kaakaa/gradlemultiprojectsample
Last synced: 23 days ago
JSON representation
Gradle multiproject build sample
- Host: GitHub
- URL: https://github.com/kaakaa/gradlemultiprojectsample
- Owner: kaakaa
- Created: 2014-06-28T12:47:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T11:52:59.000Z (over 10 years ago)
- Last Synced: 2024-04-14T18:21:33.315Z (9 months ago)
- Language: Groovy
- Size: 3.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gralde Multiproject Sample
==========================This projects is sample projects for gradle multiproject build.
The goal is completion building App project.
App project depends on Stab project.Structure
---------```
├── App <= Build target project
│ └── src
│ ├── main
│ │ └── java
│ │ └── Library.java
│ └── test
│ └── java
│ └── LibraryTest.java
├── BuildScript
│ ├── build.gradle <= Main build script
│ ├── lib_svnant
│ └── settings.gradle
├── README.md
└── svn_repo <= include Stab project
```Build Command
-------------```
gradle -b BuildScript/build.gradle :App:build
```on root.
License
=======This project include *Apache SvnAnt*.
And *SvnAnt* use JavaHL and SVNkit.Their licenses is below.
* [SvnAnt license](http://subclipse.tigris.org/svnant/svn.html "SvnAnt license)
* [and other licenses](https://github.com/kaakaa/GradleMultiprojectSample/tree/master/BuildScript/lib_svnant "and other licenses")