Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian4j committed May 31, 2022
1 parent ba9527b commit f29a428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spaceship :rocket:

![v1.2.1](https://github.com/sebastian4j/spaceship/blob/main/images/v1.2.1.png?raw=true)
![v1.3.0](https://github.com/sebastian4j/spaceship/blob/main/images/v1.2.1.png?raw=true)

- Es una aplicación escrita en Java 17, JavaFX y compilable con GraalVM para una ejecución nativa.
- Permite hacer peticiones a urls y visualizar la respuesta.
Expand All @@ -24,7 +24,7 @@ mvn clean package
```
- Lanzar la app:
```
java --module-path target/spaceship-1.2.1.jar:target/lib/ --module com.github.sebastian4j.spaceship/com.github.sebastian4j.spaceship.Spaceship
java --module-path target/spaceship-1.3.0.jar:target/lib/ --module com.github.sebastian4j.spaceship/com.github.sebastian4j.spaceship.Spaceship
```
- Para compilarlo en forma nativa:
- descargar graalvm-ce-java17-22.1.0 (me imagino que funciona con versiones posteriores)
Expand Down
Binary file added images/v1.3.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sebastian4j</groupId>
<artifactId>spaceship</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit f29a428

Please sign in to comment.