Commit graph

13 commits

Author SHA1 Message Date
Sean Gilligan
08a9853c40 GitHub Actions: Add JDK 16 to build matrix 2021-09-20 18:23:13 +02:00
Sean Gilligan
8708f08b1b GitHub Actions: upgrade to Gradle 7 2021-09-08 20:29:36 +02:00
Sean Gilligan
41cc820ab5 GitHub Actions: parameterize JDK distro & Gradle version
Add the parameters, but don’t change what tests
are run.
2021-09-08 20:23:40 +02:00
Sean Gilligan
a29aa8df5c Github Actions: Use ‘temurin’ JDK 8 + 11
Temurin is the Eclipse Foundation’s successor to AdoptOpenJDK
and is likely to continue to be the most widely-used community
distribution.

Unfortunately, Temurin only provides JDK 8, 11, and 16,
and since bitcoinj can’t yet be built with JDK 16, we’ll
drop the JDK 15 build without replacing it with JDK 16.
2021-08-31 18:46:07 +02:00
Sean Gilligan
dbbd1a8470 Github Actions: Build with Gradle 6.9
Use the `gradle/gradle-build-action` to build with a specified
version of Gradle. In our case, let’s use Gradle 6.9.
2021-08-13 17:42:16 -07:00
Sean Gilligan
02ee7cc3b4 GitHub Actions: Build with JDK 15 rather than 14. 2020-09-20 09:46:43 +02:00
Sean Gilligan
e1b8a43bb2 GitHub Actions: Re-enable windows-latest checks. 2020-08-26 11:46:31 +02:00
Sean Gilligan
713e23027b GitHub Actions: Upload test results as artifacts. 2020-08-19 20:50:05 +02:00
Sean Gilligan
7c30810ae9 gradle.yml: Add JDK 14 to GitHub Actions build matrix. 2020-04-25 12:05:24 +02:00
Sean Gilligan
d61880b52e gradle.yml: Disable windows-latest as a workaround for the build failures. 2020-04-25 12:00:29 +02:00
Sean Gilligan
33a1c949b0 Rename .github/workflow to .github/workflows
This should fix GitHub Actions.
2020-03-12 00:34:54 +01:00
Sean Gilligan
4acde579ee Add Github Actions workflow gradle.yml
Use Github Actions built-in Gradle 5.6.2

Github Actions virtual environments all include
a pre-installed Gradle that is 5.6 or later, so
we can just build with it without using the wrapper.
2019-10-14 00:24:15 +02:00
Andreas Schildbach
df9f5a479d Add simple contributing guidelines. 2018-05-18 16:21:04 +02:00