Added SubModule for WunderLib

This commit is contained in:
Frank 2022-10-29 12:31:17 +02:00
parent ac42631843
commit 47756e7ebf
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "WunderLib"]
path = WunderLib
url = git@github.com-quiqueck:quiqueck/WunderLib.git

1
WunderLib Submodule

@ -0,0 +1 @@
Subproject commit 4638cbf4cab6a900cf9969eb353d51b33236eaee

View file

@ -48,6 +48,11 @@ sourceSets {
'src/main/generated' 'src/main/generated'
] ]
} }
java {
srcDirs += [
'WunderLib/src/main/java'
]
}
} }
} }