Bluej v542, Arduino IDE 2 testing

This commit is contained in:
Frank Schiebel 2025-03-25 10:57:12 +01:00
parent 58fd458616
commit c04e753bb9
7 changed files with 52 additions and 5 deletions

View file

@ -1,7 +1,7 @@
---
- name: Create greenfoot/bluej version strings w/o points
set_fact:
bluejVersion: "{{ bluej_target_version | replace('.','') }}"
bluejVersion: "{{ bluej_target_version | replace('.','.') }}"
greenfootVersion: "{{ greenfoot_target_version | replace('.','') }}"
- name: Get download URIs