1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-05 18:10:46 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Leather
a35fa3e61c
Combine test & release workflows into single CI workflow 2021-09-03 15:57:59 +10:00
matthew16550
62933e2c9e Bump setup-java version to support "temurin" Java 2021-08-30 16:00:47 +10:00
matthew16550
f3226a1fa7 Change GitHub Workflows to use "temurin" Java.
(Docs for https://github.com/actions/setup-java were changed a few days ago to warn that "adopt" Java won't be updated anymore)
2021-08-30 15:49:55 +10:00
Asbjørn Ulsberg
9500aac9c4
Use AdoptOpenJDK
As setup-java@2 requires `distribution`, set it to `adopt`.

https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions
2021-07-31 23:47:07 +02:00
dependabot[bot]
39465bdadf
Bump actions/setup-java from 1 to 2.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:24 +00:00
Asbjørn Ulsberg
bee5cb519c
Time should be string
Turn `time` into strings to fix the following problem:

The property '#/updates/0/schedule/time' of type integer did not match the following type: string

https://github.com/plantuml/plantuml/runs/3203943115
2021-07-31 13:05:56 +02:00
Asbjørn Ulsberg
3739e8c589
Add Dependabot configuration for GitHub Actions 2021-07-30 14:50:26 +02:00
Asbjørn Ulsberg
8a22ae7f93
Add configuration for Dependabot native 2021-07-30 14:49:47 +02:00
matthew16550
b6b8f7f537 Use GitHub workflow to attach JAR to GitHub Releases (resolves #557). 2021-05-23 15:30:08 +10:00
Arnaud Roques
c4540da8d7 Add a first Github Action for JUnit 2021-03-21 14:03:23 +01:00