extract theme assets to vtm-themes project
This commit is contained in:
12
vtm-themes/build.gradle
Normal file
12
vtm-themes/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
|
||||
|
||||
dependencies {
|
||||
compile project(':vtm')
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs = ['src']
|
||||
main.resources.srcDirs = ['resources']
|
||||
}
|
||||
Reference in New Issue
Block a user