mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
[FEATURE] Модули по новому.
This commit is contained in:
parent
4edff09e78
commit
488f9367be
2 changed files with 8 additions and 1 deletions
7
module.gradle
Normal file
7
module.gradle
Normal file
|
@ -0,0 +1,7 @@
|
|||
dependencies {
|
||||
compileOnly project(':LaunchServer')
|
||||
}
|
||||
jar {
|
||||
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
}
|
||||
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 043b9ac4ffbca9a7378f22d7feeb4829e630a6c3
|
||||
Subproject commit eb7d2c33d499ea1a0037679b0a70584c68c40e89
|
Loading…
Reference in a new issue