* IDEMPIERE-6121:github action fail by tycho update => setup maven to 3.9
1. update maven to 9.3
2. step setup java generate 2 file
.m2/toolchains.xml
.m2/settings.xml
bellow case make conflict
1. setup java for java-17 => create toolchains.xml point to java-17 home
2. cache save toolchains.xml
3. update java to java-17.1 create toolchains.xml point to java-17.1 home
4. cache restore old toolchains.xml make conflict because it point to java-17 home
so change to cache only .m2/repository
* IDEMPIERE-6121:github action fail by tycho update => setup maven to 3.9
update some action, add comment
|
||
|---|---|---|
| .. | ||
| workflows | ||
| FUNDING.yml | ||