test2
parent
6b54992612
commit
323d3b9612
11
pom.xml
11
pom.xml
|
@ -11,17 +11,6 @@
|
|||
<maven.compiler.target>14</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>krakatoa-earth</id>
|
||||
<url>https://repo.krakatoa.umbach.dev/repository/krakatoa-earth/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git//git.krakatoa.umbach.dev/Krakatoa-Earth/KraSocketClient.git</connection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<plugins>
|
||||
|
|
|
@ -36,4 +36,8 @@ public class KraSocketClient {
|
|||
|
||||
}
|
||||
|
||||
public void sendLookHere() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue