Skip to content

[Request] Why oraclejdk does not have packages with precise version numbers, such as oraclejdk7, oraclejdk8, while other distributions have such packages with versions. Using @version, there is no way to accurately control small version numbers. #55

[Request] Why oraclejdk does not have packages with precise version numbers, such as oraclejdk7, oraclejdk8, while other distributions have such packages with versions. Using @version, there is no way to accurately control small version numbers.

[Request] Why oraclejdk does not have packages with precise version numbers, such as oraclejdk7, oraclejdk8, while other distributions have such packages with versions. Using @version, there is no way to accurately control small version numbers. #55

Workflow file for this run

on:
issues:
types: [ opened, labeled ]
name: Issues
jobs:
issueHandler:
name: IssueHandler
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: IssueHandler
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}