Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Introduce automatic build file detection for modules #76

Merged
merged 10 commits into from
Aug 19, 2022

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Aug 19, 2022

  • introduce enhanced configuration capabilities
    • gradle-dependency-path is now optional, and will be resolved automatically if gradle is newer than 7.5
    • gradle-project-path and gradle-build-configuration don't have to be duplicated if they are equal (just pass 1)
  • extract gradle related code into the gradle.ts file
  • added semver as dependency to handle gradle version validation
  • adjust manifest path and name definition
  • align behavior when passing dependencyPath manually
  • introduce additional log output with additional timing and count information

  - `gradle-dependency-path` is now optional, and will be resolved automatically if gradle is newer than 7.5
  - `gradle-project-path` and `gradle-build-configuration` don't have to be duplicated if they are equal (just pass 1)
- extract gradle related code into the `gradle.ts` file
- added `semver` as dependency to handle gradle version validation
@mikepenz mikepenz merged commit b729435 into main Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant