progress on boosters
This commit is contained in:
+16
-16
@@ -7,19 +7,19 @@ dependencies {
|
||||
compileOnly("com.alttd:galaxy-api:1.17.1-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("mavenJava") {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
|
||||
repositories{
|
||||
maven {
|
||||
name = "maven"
|
||||
url = uri("http://leo:8081/")
|
||||
isAllowInsecureProtocol = true
|
||||
credentials(PasswordCredentials::class)
|
||||
}
|
||||
}
|
||||
}
|
||||
//publishing {
|
||||
// publications {
|
||||
// create<MavenPublication>("mavenJava") {
|
||||
// from(components["java"])
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// repositories{
|
||||
// maven {
|
||||
// name = "maven"
|
||||
// url = uri("http://leo:8081/")
|
||||
// isAllowInsecureProtocol = true
|
||||
// credentials(PasswordCredentials::class)
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
@@ -4,7 +4,7 @@ import java.util.UUID;
|
||||
|
||||
public interface Booster {
|
||||
|
||||
boolean active();
|
||||
boolean isActive();
|
||||
|
||||
void setActive(Boolean active);
|
||||
|
||||
@@ -33,4 +33,6 @@ public interface Booster {
|
||||
UUID getUUID();
|
||||
|
||||
void stopBooster();
|
||||
|
||||
void saveBooster();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user