Skip to content

Commit d1f00a4

Browse files
committed
Remove deploy.yml
1 parent c0fe316 commit d1f00a4

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44

55
The Java client library for [CodeGame](https://code-game.org).
66

7-
## Installation
8-
9-
Add this to your *pom.xml*:
10-
```xml
11-
<dependency>
12-
<groupId>org.codegame</groupId>
13-
<artifactId>client</artifactId>
14-
<version>0.1.0</version>
15-
</dependency>
16-
```
17-
187
## Usage
198

209
```java

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,4 @@
107107
</plugins>
108108
</pluginManagement>
109109
</build>
110-
<distributionManagement>
111-
<repository>
112-
<id>github</id>
113-
<name>CodeGame java-client</name>
114-
<url>https://maven.pkg.github.com/code-game-project/java-client</url>
115-
</repository>
116-
</distributionManagement>
117110
</project>

0 commit comments

Comments
 (0)