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
720d30e5
Commit
720d30e5
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Plain Diff
Merge branch 'quarkus-upgrade' into use-enums-in-status
parents
db5f331d
c41e8d61
No related branches found
No related tags found
1 merge request
!217
Use enums and duration in ExecutionStatus/BenchmarkStatus
Pipeline
#5789
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite/README.md
+2
-10
2 additions, 10 deletions
theodolite/README.md
with
2 additions
and
10 deletions
theodolite/README.md
+
2
−
10
View file @
720d30e5
...
@@ -14,14 +14,6 @@ You can run your application in dev mode using:
...
@@ -14,14 +14,6 @@ You can run your application in dev mode using:
> **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
> **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
### Hint for running with k3s (or k3d)
You may need to add the following dependencies to the
`build.gradle`
file when running Theodolite with k3s.
```
implementation 'org.bouncycastle:bcprov-ext-jdk15on:1.68'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.68'
```
## Packaging and running the application
## Packaging and running the application
...
@@ -40,7 +32,7 @@ If you want to build an _über-jar_, execute the following command:
...
@@ -40,7 +32,7 @@ If you want to build an _über-jar_, execute the following command:
./gradlew build
-Dquarkus
.package.type
=
uber-jar
./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.5
.0-SNAPSHOT-runner.jar`
.
## Creating a native executable
## Creating a native executable
...
@@ -58,7 +50,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
...
@@ -58,7 +50,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build
./gradlew build
-Dquarkus
.package.type
=
native
-Dquarkus
.native.container-build
=
true
./gradlew build
-Dquarkus
.package.type
=
native
-Dquarkus
.native.container-build
=
true
```
```
You can then execute your native executable with:
`./build/theodolite-
1.0
.0-SNAPSHOT-runner`
You can then execute your native executable with:
`./build/theodolite-
0.5
.0-SNAPSHOT-runner`
If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.
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