Skip to content
Snippets Groups Projects

WIP: Re-implementation of Theodolite with Kotlin/Quarkus

Merged Sören Henning requested to merge theodolite-kotlin into master
2 files
+ 10
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,10 +23,10 @@ test:
script:
- ./theodolite-quarkus/gradlew test --stacktrace
# code_style_klint:
# stage: test
# script:
# - ./theodolite-quarkus/gradlew ktlintCheck
code_style_klint:
stage: test
script:
- ./theodolite-quarkus/gradlew ktlintCheck
codeanalysis_detekt:
stage: test
Loading