Compare commits

...

2 Commits

Author SHA1 Message Date
Andrea Cavalli
525955f67c Convert .adoc to .md 2024-05-24 12:03:14 +02:00
Andrea Cavalli
3b7139de03 Rename the game 2024-05-24 12:01:34 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -7,5 +7,5 @@ RUN mvn package -DskipTests=true
FROM eclipse-temurin:22-jdk-alpine
WORKDIR /app
COPY --from=build --link /build/target/connect4x4-fat.jar app.jar
COPY --from=build --link /build/target/connect2x-fat.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]

View File

@ -1,8 +1,8 @@
= Connect4x4
# Connect2x
image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]
== Building
## Building
To launch your tests:
```
@ -19,6 +19,6 @@ To run your application:
mvn clean compile exec:java
```
== Help
## Help
* https://vertx.io/docs/[Vert.x Documentation]

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.cavallium</groupId>
<artifactId>connect4x4</artifactId>
<artifactId>connect2x</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>