Skip to content

vicidroiddev/gradle-modular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle-modular

Example gradle project with two modules:

  • client
  • server

To install each module individually use com.github.User.Repo for groupId and module name as artifact id:

 compile 'com.github.jitpack.gradle-modular:client:1.1'
 compile 'com.github.jitpack.gradle-modular:server:1.1'

About

multi module gradle project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%