augustomelo
897cdc868d
fix: not transversing the XML tree, and the regex declared wrong
...
When trying to find a node the function wasn't iterating over the whole XML tree, which made the function not able to
correctly identify the java version
The regex is declared as string, which made it necessary to add more escaping.
2024-04-29 16:52:52 +01:00
augustomelo
c8dd9f9d18
docs: added pom.xml and build.gradle
2024-04-27 12:49:55 +01:00
augustomelo
934495da49
feat: added support to build.gradle
2024-04-27 12:48:00 +01:00
augustomelo
d878c91127
refactor: applied code review
2024-04-27 12:41:56 +01:00
Tim Weißenfels
f5e27775fa
Add support for maven-compiler-plugin configuration ( #1 )
2024-04-23 14:51:22 +01:00
augustomelo
bc6665734d
rafactor: using xmlbuilder2 instead of regex
2024-03-04 08:29:58 +00:00
augustomelo
6abf828e83
refactor!: removed xpath dependency
2023-04-08 13:49:24 +01:00
Augusto Melo
00ce31c5e7
test: renamed test
2023-04-08 12:28:51 +01:00
Augusto Melo
45fdb85ba3
docs: added doc regarding parsing the pom.xml
2023-04-08 12:28:51 +01:00
Augusto Melo
c2ea5167ff
feat: finished implementation and added e2e tests
2023-04-08 12:28:50 +01:00
Augusto Melo
2fe433d4cd
feat: added support to pom.xml
2023-04-08 12:28:50 +01:00
MaksimZhukov
e11351903a
Update release-new-action-version.yml ( #442 )
2023-01-12 13:51:18 +01:00
dependabot[bot]
285fb318c5
Bump json5 from 2.2.0 to 2.2.3 ( #439 )
2023-01-09 09:54:28 +01:00
Marko Zivic
308abcba03
Merge pull request #437 from actions/update-code-owners
...
Update CODEOWNERS
2022-12-27 09:28:56 +01:00
Evgenii Korolevskii
03d1057e7d
Update CODEOWNERS
2022-12-26 09:43:06 +01:00
Marko Zivic
d401f0c450
Merge pull request #435 from actions/update-codeowners
...
Update CODEOWNERS
2022-12-23 08:25:00 +01:00
Evgenii Korolevskii
5e1c7d44c8
update codeowners
2022-12-23 00:05:13 +01:00
Evgenii Korolevskii
bf3c595741
Update CODEOWNERS
2022-12-23 00:04:11 +01:00
Ivan
35e7c82cf7
Merge pull request #433 from akv-platform/apply-reusable-workflows
...
Update action to use reusable workflows
2022-12-22 10:46:06 +02:00
IvanZosimov
5bbbb020e8
Fix review points
2022-12-20 15:38:24 +01:00
IvanZosimov
007465e618
Update action to use reusable-workflows repo
2022-12-19 13:38:39 +01:00
IvanZosimov
8a24ed99d8
Merge branch 'main' of https://github.com/akv-platform/setup-java into apply-reusable-workflows
2022-12-19 13:37:02 +01:00
IvanZosimov
3dc9295fa8
Updae codeql.yml
2022-12-16 17:07:00 +01:00
IvanZosimov
81f1f778b7
Update codeql.yml
2022-12-16 16:51:33 +01:00
Milos Pantic
06db6c25b8
Update architecture docs ( #425 )
2022-12-16 15:07:31 +01:00
Jongwoo Han
545223a83e
refactor: Use early return pattern to avoid nested conditions ( #428 )
2022-12-16 15:04:57 +01:00
IvanZosimov
a3c7fb1220
Add links to reusable workflows
2022-12-15 16:41:32 +01:00
IvanZosimov
1eb7169fc2
Update workflows
2022-12-15 16:10:53 +01:00
IvanZosimov
caaa9d738f
Update workflows to use reusable-workflows
2022-12-14 14:53:47 +01:00
Evgenii Korolevskii
1df8dbefe2
Add support for java.version file ( #426 )
2022-12-13 12:45:14 +01:00
Dmitry Shibanov
c3ac5dd0ed
Revert "Add support for Oracle JDK ( #401 )" ( #421 )
...
This reverts commit 6cdf39a6b6
.
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2022-12-05 17:45:21 +01:00
Ashley
dcd29da2fa
Fix typo in README.md ( #419 )
...
`diractory` -> `directory`
2022-12-05 10:25:33 +01:00
James M. Greene
19eeec562b
Update to latest actions/publish-action
( #411 )
2022-11-23 17:28:23 +01:00
Dmitry Shibanov
bd7e5d28eb
Update minimatch to 3.1.2 ( #413 )
2022-11-23 15:24:31 +01:00
Fabio Niephaus
6cdf39a6b6
Add support for Oracle JDK ( #401 )
2022-11-23 13:28:51 +01:00
Lorenzo Bettini
7db6b4554c
Eclipse Temurin instead of Adopt OpenJDK ( #398 )
2022-11-18 09:35:24 +01:00
Dmitry Shibanov
bf2f02c4a7
Pass the token input through on GHES for Microsoft Build of OpenJDK ( #395 )
2022-11-18 09:33:59 +01:00
Kengo TODA
de1bb2b0c5
feat: support Gradle version catalog ( #394 )
2022-10-17 18:34:41 +02:00
Sankalp Kotewar
2c53c1a588
Update actions/cache to 3.0.4 version ( #392 )
2022-10-17 12:12:57 +02:00
Wes Morgan
3617c43588
Default to runner architecture ( #376 )
2022-10-11 01:47:17 +02:00
Marcell Harmaci
a82e6d0020
Update README.md ( #391 )
2022-10-10 15:28:56 +02:00
Marko Zivic
fbb269240e
Merge pull request #390 from rentziass/rentziass/update-actions-core
...
Update @actions/core to 1.10.0
2022-10-07 13:50:24 +02:00
Francesco Renzi
dfcd06a4b9
Update @actions/core to 1.10.0
2022-10-06 12:11:13 +01:00
Marko Zivic
e150063ee4
Merge pull request #282 from Okeanos/maven-toolchains-support
...
Add Maven Toolchains Declaration (#276 )
2022-09-28 15:22:23 +02:00
Nikolas Grottendieck
eb1418aa81
Add Maven Toolchains Declaration ( #276 )
...
* Add (optional) Maven Toolchains Declaration after JDK is installed
* Extract common/shared Maven constants
Resolves #276
2022-09-27 17:25:52 +02:00
Marko Zivic
499ae9c28b
Merge pull request #387 from akv-platform/v-sdolin/issue-382-docs2
...
Add inputs documentation to README
2022-09-27 09:25:48 +02:00
Dmitry Shibanov
a18c333f3f
Add versions-manifest.json for Microsoft Build of OpenJDK ( #383 )
2022-09-23 14:47:30 +02:00
Dmitry Shibanov
26eeac8c9e
Add json for Microsoft Build of OpenJDK ( #386 )
2022-09-22 16:10:29 +02:00
Sergey Dolin
cdc5f296eb
Fix cross-refernces
2022-09-22 15:55:15 +02:00
Sergey Dolin
b80173ab1e
Add inputs documentation to README
2022-09-22 09:11:29 +02:00