Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lamba92/gradle-docker-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1-RC.3
Choose a base ref
...
head repository: lamba92/gradle-docker-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0-RC.2
Choose a head ref
  • 4 commits
  • 24 files changed
  • 1 contributor

Commits on Jan 8, 2025

  1. Create LICENSE (#10)

    lamba92 authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    1e59080 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Refactor project structure and improve Docker plugin (#14)

    Reorganized the project structure by separating the plugin implementation into its own module and renaming directories/files for clarity. Enhanced Docker plugin functionality with configurable JVM application support. Updated build scripts and CI workflows to reflect the changes.
    lamba92 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    93fbe0a View commit details
    Browse the repository at this point in the history
  2. Update README with revised Docker image configuration examples (#15)

    Refactored and clarified the example for configuring JVM application images. Moved `configureJvmApplication` to a standalone block and added an example with `additionalConfig`. Improved readability and maintained all defaults for easier understanding.
    lamba92 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ea4d3d8 View commit details
    Browse the repository at this point in the history
  3. Update Gradle task path in publish workflow (#16)

    Adjusted the Gradle task path to explicitly target the plugin module during the publish step. This ensures the correct module is published, addressing potential ambiguities in multi-module setups.
    lamba92 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ca849e2 View commit details
    Browse the repository at this point in the history
Loading