1
0
Fork 0
mirror of https://github.com/actions/setup-java synced 2024-11-09 23:22:40 +00:00

Commit graph

  • 713836f608 Add check-dist.yml Brian Cristante 2021-08-25 11:29:48 -0400
  • 3bc31aaf88
    Merge pull request #210 from dmitry-shibanov/v-dmshib/suppress-test-log-output v2.3.0 MaksimZhukov 2021-08-23 14:47:51 +0300
  • 30cd52e29b fix warning output in cleanup-java Dmitry Shibanov 2021-08-23 11:54:48 +0300
  • 2e40ee8132 suppress tests log output Dmitry Shibanov 2021-08-23 11:31:06 +0300
  • c21fb9392d
    Update readme and test matrix (#209) Maxim Lobanov 2021-08-23 11:09:55 +0300
  • faa22ddfbc
    style(workflows): restore single quote strings Oscar Dominguez 2021-08-22 15:51:45 +0200
  • 04ea987245 Update readme and test matrix malob/update-readme-caching Maxim Lobanov 2021-08-20 11:07:24 +0000
  • 08e4e813b8
    Introduce the dependency caching for Maven and Gradle (#193) Kengo TODA 2021-08-20 01:19:35 +0800
  • 67b74a15de fix: throw error in case of no package manager file found Kengo TODA 2021-08-19 19:54:35 +0800
  • 33dfe174e3 build: follow the suggestion at PR page Kengo TODA 2021-08-19 19:51:09 +0800
  • 807e5741d8 fix: rerun ncc on macOS with node v12 Kengo TODA 2021-08-19 19:22:36 +0800
  • ea721b3954 chore: update licensed files by licensed cache Kengo TODA 2021-08-19 19:19:43 +0800
  • 0082baa031 format: run npm run build to reflect changes to the dist dir Kengo TODA 2021-08-19 10:53:52 +0800
  • 6edf849b58 style: put the name of input to the constants.ts Kengo TODA 2021-08-19 10:49:41 +0800
  • cb966d0c2b
    Update src/cache.ts Kengo TODA 2021-08-19 10:28:55 +0800
  • 098a6567de
    Update src/cleanup-java.ts Kengo TODA 2021-08-19 10:28:13 +0800
  • b60544c4b5 Add check-dist.yml konradpabjan 2021-08-18 20:17:22 -0400
  • 862dedbae1 Merge remote-tracking branch 'origin/main' into introduce-cache Kengo TODA 2021-08-18 11:02:16 +0800
  • 53f73ba16b
    Add validation for post step (#3) Dmitry Shibanov 2021-08-18 05:52:37 +0300
  • 4b1b3d4a82
    Add support for Eclipse Temurin (#201) v2.2.0 Jochen Schalanda 2021-08-06 12:12:36 +0200
  • bb06c65bfc fix an issue Maxim Lobanov 2021-08-05 20:07:23 +0300
  • 4fa0d7379d Merge branch 'adoptium' of https://github.com/joschi/setup-java into adoptium Maxim Lobanov 2021-08-05 20:04:08 +0300
  • 5d68cbc860 Add updated index.js Jochen Schalanda 2021-08-05 18:43:22 +0200
  • 379228fa50 Add test for new version suffix "beta" Jochen Schalanda 2021-08-05 18:43:10 +0200
  • 962968b055 Handle Eclipse Temurin version suffixes ("beta") Jochen Schalanda 2021-08-05 18:38:13 +0200
  • 68ff42be90 Update e2e-versions.yml Maxim Lobanov 2021-08-05 19:25:29 +0300
  • c66bf76555 fix version Maxim Lobanov 2021-08-05 19:19:01 +0300
  • 52d8cfccfd Exclude e2e tests for Temurin JREs for now Jochen Schalanda 2021-08-05 14:36:43 +0200
  • a25c0ffe1f Update end-to-end tests in GitHub workflows Jochen Schalanda 2021-08-03 19:14:29 +0200
  • 5f3f74c689 run clean-up tasks in serial Kengo TODA 2021-08-02 20:14:49 +0800
  • 9551fa34f5
    Rename advanced-usage.md to Create advanced-usage.md Ashkat22 2021-08-01 14:20:14 -0400
  • 0377a4bb06 Rename distribution to Eclipse Temurin Jochen Schalanda 2021-08-01 18:03:54 +0200
  • 4a8552d886 Add support for Adoptium OpenJDK Jochen Schalanda 2021-08-01 15:36:06 +0200
  • 42dba1991e Add problem matcher for Checkstyle Kian Cross 2021-07-20 12:02:12 +0100
  • f6a3b974ec add missing description in the README.md Kengo TODA 2021-07-20 11:33:43 +0800
  • fae2927552 suggest users to run without daemon if fail to save Gradle cache on Windows Kengo TODA 2021-07-20 11:32:37 +0800
  • a388b3faf4 ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows Oscar Dominguez 2021-07-18 22:16:32 +0200
  • 7fe6c4d631 use the key in state to save caches in the post process Kengo TODA 2021-07-16 07:28:13 +0800
  • 6977c031ae try to run restore after the authentication Kengo TODA 2021-07-14 20:23:49 +0800
  • 8687e45311 add .gitignore files to __tests__/cache directories Kengo TODA 2021-07-15 08:31:59 +0800
  • 313e1ad891 stabilize the cache on the Windows in e2e test Kengo TODA 2021-07-15 08:29:09 +0800
  • 1872d8ed8c fix the dependency among workflows Kengo TODA 2021-07-14 20:20:47 +0800
  • a5a0c525bb add an e2e test for maven Kengo TODA 2021-07-14 20:16:16 +0800
  • 3e2fde2f83 run the restore e2e test on the specified OS Kengo TODA 2021-07-14 19:57:27 +0800
  • b047f97e17 test: extract build.gradle to a file in __tests__ dir Kengo TODA 2021-07-14 19:41:16 +0800
  • f537562e33 add a prefix to the cache key Kengo TODA 2021-07-14 19:37:09 +0800
  • 0591f86118 reflect changes to the dist dir Kengo TODA 2021-07-13 09:33:40 +0800
  • 945940ebfb add a user doc about the dependency cache feature Kengo TODA 2021-07-13 09:32:28 +0800
  • 4a7bf9903c integrate the cache logic to entry points Kengo TODA 2021-07-13 09:04:54 +0800
  • fef7d5836a implement a core logic to cache dependnecies Kengo TODA 2021-07-13 09:04:03 +0800
  • 30e5e6f8d0 docs: update references to ncc in CONTRIBUTING.md Kengo TODA 2021-07-09 20:48:33 +0800
  • be74ae2f15 build: remove unused configuration for husky Kengo TODA 2021-07-09 18:19:05 +0800
  • e230fbfc91 build: bump up ncc to the latest Kengo TODA 2021-07-09 18:18:20 +0800
  • 9b706f9681
    Merge pull request #8 from Tradeshift/support-java-8 Pavel Gonchukov 2021-06-15 10:54:07 +0200
  • cc8f13ac23
    Add cacert rule for java 8 Pavel Gonchukov 2021-06-09 13:39:44 +0300
  • f3d80c1ebf
    Update bug_report.md Ashley Bayes 2021-06-13 17:12:19 -0400
  • 9f6ba9017c
    Create new Java.md Ashley Bayes 2021-06-13 17:09:52 -0400
  • 3633b10cef
    Add cacert rule for java 8 Pavel Gonchukov 2021-06-09 13:39:44 +0300
  • b49b1483b8
    Bump ws from 7.4.3 to 7.4.6 dependabot[bot] 2021-05-29 13:13:29 +0000
  • ebeefeeba9
    Merge pull request #7 from sorenmat/sc Søren Mathiasen 2021-05-27 16:51:18 +0200
  • ad01d131cc
    Automate releasing new versions of the "setup-java" action (#182) MaksimZhukov 2021-05-27 17:28:08 +0300
  • aa26136d1c
    (chore) adding service catalog entry Soren Mathiasen 2021-05-27 16:18:22 +0200
  • 3f4ca863bc Use permissions as a top-level key MaksimZhukov 2021-05-27 16:19:54 +0300
  • b74e5b8a9c Automate releasing new versions of the setup-java action MaksimZhukov 2021-05-27 15:07:37 +0300
  • 7bb30e905a
    Bump browserslist from 4.16.3 to 4.16.6 dependabot[bot] 2021-05-27 02:11:45 +0000
  • 66243ade0a Export main action functions, ease reuse Paulo Lieuthier 2021-05-11 11:47:45 -0300
  • d9126d7df2
    Bump hosted-git-info from 2.8.8 to 2.8.9 (#178) v2.1.0 dependabot[bot] 2021-05-17 16:38:14 +0300
  • 53ac717e09
    Improve README and advanced usage guide (#174) Marcono1234 2021-05-17 15:38:02 +0200
  • cbc183b1c1
    Added 'adopt-hotspot' and 'adopt-openj9' (#155) Marcel 2021-05-17 15:33:21 +0200
  • c8d99fca48
    Bump hosted-git-info from 2.8.8 to 2.8.9 dependabot[bot] 2021-05-11 01:16:34 +0000
  • cef3bb02b4 Switch to staging Gerrit Grunwald 2021-05-07 09:21:00 +0200
  • ecdb021d00 removed libc_type Gerrit Grunwald 2021-05-07 06:39:52 +0200
  • 51e12f8439 added libc_type Gerrit Grunwald 2021-05-06 17:37:47 +0200
  • 4df52390d3 Improve Maven commands Marcono1234 2021-05-04 13:35:37 +0200
  • 7d0b8b2072 Improve README and advanced usage guide Marcono1234 2021-05-04 13:18:58 +0200
  • 5d71b64966 back to production Gerrit Grunwald 2021-04-30 18:15:41 +0200
  • c3ebc466b1 back to staging Gerrit Grunwald 2021-04-28 12:32:50 +0200
  • 63460cc720 back to prod Gerrit Grunwald 2021-04-26 13:03:48 +0200
  • 32194ad1c2 fix for openlogic mac builds Gerrit Grunwald 2021-04-26 12:11:12 +0200
  • 628791df9d OpenLogic uses zip for macos pkgs Gerrit Grunwald 2021-04-26 08:45:13 +0200
  • 48c0cd5458 Switch to staging Gerrit Grunwald 2021-04-25 15:35:30 +0200
  • a469900c42 test on staging Gerrit Grunwald 2021-04-25 15:33:08 +0200
  • 3fb973f2fc Added support for Microsoft and OpenLogic Gerrit Grunwald 2021-04-23 12:12:30 +0200
  • 5bc1d5ce1c
    Update README.md Lars Vogel 2021-04-21 14:39:21 +0200
  • 0443912ed7
    Fix typo in documentation "jdkfile" (#167) Dmitry Shibanov 2021-04-14 11:33:57 +0300
  • d9bc816d77 fix documentation jdkfile Dmitry Shibanov 2021-04-14 11:26:30 +0300
  • c98cdc2000
    Merge pull request #6 from Tradeshift/fix-error-message-handling Pavel Gonchukov 2021-04-13 14:37:10 +0200
  • 084397f610
    Fix error handling Pavel Gonchukov 2021-04-13 14:18:15 +0200
  • 0ddd7a4320
    Merge pull request #5 from Tradeshift/fix-already-existing-cert Pavel Gonchukov 2021-04-13 13:51:22 +0200
  • e092c3bf26
    Fix already existing cert Pavel Gonchukov 2021-04-13 11:50:18 +0200
  • 56b2808da7
    Fix typo on distribution "jdkfile" (#163) Manuel 2021-04-12 19:14:22 +0200
  • bfba3d1fdf Fix typo on distribution "jdkfile" Manuel 2021-04-12 17:03:18 +0200
  • 00401c4488
    add cron for e2e tests, twice a day (#162) Dmitry Shibanov 2021-04-12 11:08:05 +0300
  • 0b2660d74b add cron for e2e tests, twice a day Dmitry Shibanov 2021-04-12 10:56:47 +0300
  • 41f7318506
    Fixed adopt toolchain folder Marcel 2021-04-09 14:43:29 +0200
  • 753715716d
    Added 'adopt-hotspot' and 'adopt-openj9' Marcel 2021-04-05 14:43:47 +0000
  • 7aed8f6a74
    Merge bac454ce3c into 1e063f2878 Jacquelyn Vinson 2021-04-08 01:26:28 -0500
  • 1de7bce82c
    Merge branch 'main' into patch-1 Matt Busche 2021-04-05 20:19:03 -0500
  • 6a0e9a09eb Nuh Koca 2021-04-05 19:45:50 +0000
  • 1e063f2878
    Fix navigation issue of supported distributions (#153) Nuh Koca 2021-04-05 16:59:08 +0200