File: settings.gradle

package info (click to toggle)
lablie 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,256 kB
  • sloc: java: 2,637; sh: 71; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
include('library')
include('tool')

rootProject.name = 'Lablie'

project(':library').name = 'lablie'
project(':tool').name = 'lablie-tool'