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(gradle): add *gradle.lockfile parser #127

Merged
merged 2 commits into from Aug 30, 2022
Merged

Conversation

DmitriyLewen
Copy link
Collaborator

@DmitriyLewen DmitriyLewen commented Aug 19, 2022

Description

Add *gradle.lockfile parser.

Related issue:

pkg/gradle/lockfile/parse.go Show resolved Hide resolved
pkg/gradle/lockfile/parse.go Show resolved Hide resolved
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
cglib:cglib-nodep:2.1.2=testRuntimeClasspath,classpath
org.springframework:spring-asm:3.1.3.RELEASE=classpath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd also add a record from the gradle sample:

org.springframework:spring-beans:5.0.5.RELEASE=compileClasspath, runtimeClasspath

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@knqyf263 knqyf263 merged commit 46cde93 into main Aug 30, 2022
@knqyf263 knqyf263 deleted the feat/gradle.lockfile branch August 30, 2022 12:34
Sq34sy pushed a commit to Sq34sy/go-dep-parser that referenced this pull request Jul 28, 2023
* feat: add *gradle.lockfile parser

* refactor
Sq34sy pushed a commit to Sq34sy/go-dep-parser that referenced this pull request Jul 28, 2023
* feat: add *gradle.lockfile parser

* refactor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants