master
Alex 2021-12-26 23:00:08 +01:00
parent 6b54992612
commit 323d3b9612
2 changed files with 4 additions and 11 deletions

11
pom.xml
View File

@ -11,17 +11,6 @@
<maven.compiler.target>14</maven.compiler.target> <maven.compiler.target>14</maven.compiler.target>
</properties> </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> <build>
<defaultGoal>clean install</defaultGoal> <defaultGoal>clean install</defaultGoal>
<plugins> <plugins>

View File

@ -36,4 +36,8 @@ public class KraSocketClient {
} }
public void sendLookHere() {
}
} }