We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786de62 commit b3c996cCopy full SHA for b3c996c
.github/workflows/continuous-integration-build.yml
@@ -32,10 +32,18 @@ jobs:
32
working-directory: ./initial
33
run: ./gradlew build
34
35
+ - name: Build Initial Kotlin with Gradle
36
+ working-directory: ./initial-kotlin
37
+ run: ./gradlew build
38
+
39
- name: Build Complete with Maven
40
working-directory: ./complete
41
run: ./mvnw --batch-mode clean package
42
43
- name: Build Complete with Gradle
44
45
46
47
+ - name: Build Complete Kotlin with Gradle
48
+ working-directory: ./complete-kotlin
49
0 commit comments