Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")