mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] Обновлены модули
This commit is contained in:
parent
b5014175d0
commit
dd6b906b8b
3 changed files with 4 additions and 4 deletions
|
@ -7,6 +7,8 @@
|
|||
apply plugin: 'eclipse'
|
||||
apply plugin: 'java'
|
||||
|
||||
group = 'ru.gravit'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'http://oss.sonatype.org/content/groups/public' }
|
||||
|
|
|
@ -18,7 +18,5 @@ public interface Module extends AutoCloseable {
|
|||
|
||||
default void finish(ModuleContext context) {
|
||||
// NOP
|
||||
}
|
||||
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit c338164496249a17eea2079ed560b09132831f35
|
||||
Subproject commit 9e3e773124ced1d3530349a69c21854aa88eaf6b
|
Loading…
Reference in a new issue