Skip to content

Commit

Permalink
Try kotlin beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 17, 2024
1 parent 7987f74 commit 6cc483c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bakers/ansible/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
clean
{{ maven_phase | default('package') }}
--define maven.compiler.release={{ dev[devenv].jdk.release }}
{% if dev[devenv].kotlin is defined %}
--define kotlin.version={{ dev[devenv].kotlin.version }}
{% endif %}
chdir: "{{ project.dir }}"
strip_empty_ends: false
changed_when: true
Expand Down
2 changes: 2 additions & 0 deletions bakers/ansible/inventory/group_vars/all/envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dev:
church:
jdk:
release: 22
kotlin:
version: 2.0.0-Beta4
turing:
jdk:
release: 21
Expand Down

0 comments on commit 6cc483c

Please sign in to comment.