mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-24 23:47:11 -07:00
Added Gradle project based on the POM.
This commit is contained in:
parent
200a81b9fc
commit
a5c0bd921f
274 changed files with 40416 additions and 0 deletions
5
settings.gradle
Normal file
5
settings.gradle
Normal file
|
@ -0,0 +1,5 @@
|
|||
rootProject.name = 'kobalt-pom'
|
||||
include(':kobalt-plugin-api', ':wrapper', ':kobalt')
|
||||
project(':kobalt-plugin-api').projectDir = file('modules/kobalt-plugin-api')
|
||||
project(':wrapper').projectDir = file('modules/wrapper')
|
||||
project(':kobalt').projectDir = file('modules/kobalt')
|
Loading…
Add table
Add a link
Reference in a new issue