Skip to content

jitpack/gradle-multiple-jars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d02746f · Jun 28, 2015

History

14 Commits
Feb 1, 2015
Feb 1, 2015
Jun 28, 2015
Feb 6, 2015

Repository files navigation

gradle-multiple-jars

Example Gradle project producing two jars from single source directory:

  • API from src/api
  • Impl from src/impl

Both jars are installed to local maven reactor with:

gradle install

To add them to build.gradle use the following syntax:

 compile 'com.github.jitpack.gradle-multiple-jars:api:1.0.1'
 compile 'com.github.jitpack.gradle-multiple-jars:impl:1.0.1'

Or to add them both together:

 compile 'com.github.jitpack:gradle-multiple-jars:1.0.1'

About

Gradle project producing two jars from single source directory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages