Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added support to pom.xml and build.gradle #441

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    2fe433d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ea516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45fdb85 View commit details
    Browse the repository at this point in the history
  4. test: renamed test

    augustomelo committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    00ce31c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6abf828 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    bc66657 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    f5e2777 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    d878c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    934495d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dd9f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. 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.
    augustomelo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    897cdc8 View commit details
    Browse the repository at this point in the history