Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
e6bd76b5
Commit
e6bd76b5
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix version in Readme
parent
0c8bbf27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5860
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite/README.md
+3
-3
3 additions, 3 deletions
theodolite/README.md
with
3 additions
and
3 deletions
theodolite/README.md
+
3
−
3
View file @
e6bd76b5
...
...
@@ -29,7 +29,7 @@ The application can be packaged using:
./gradlew build
```
It produces the
`theodolite-
1.0
.0-SNAPSHOT-runner.jar`
file in the
`/build`
directory. Be aware that it’s not
It produces the
`theodolite-
0.6
.0-SNAPSHOT-runner.jar`
file in the
`/build`
directory. Be aware that it’s not
an _über-jar_ as the dependencies are copied into the
`build/lib`
directory.
If you want to build an _über-jar_, execute the following command:
...
...
@@ -38,7 +38,7 @@ If you want to build an _über-jar_, execute the following command:
./gradlew build
-Dquarkus
.package.type
=
uber-jar
```
The application is now runnable using
`java -jar build/theodolite-
1.0
.0-SNAPSHOT-runner.jar`
.
The application is now runnable using
`java -jar build/theodolite-
0.6
.0-SNAPSHOT-runner.jar`
.
## Creating a native executable
...
...
@@ -57,7 +57,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
```
You can then execute your native executable with:
```
./build/theodolite-
1.0
.0-SNAPSHOT-runner```
```
./build/theodolite-
0.6
.0-SNAPSHOT-runner```
If you want to learn more about building native executables, please consult <https://quarkus.io/guides/gradle-tooling>.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment