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: openjfx/javafx-gradle-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.14
Choose a base ref
...
head repository: openjfx/javafx-gradle-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 5 commits
  • 38 files changed
  • 2 contributors

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    1a9b4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f97f1e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Use Gradle's variant-aware dependency management and allow using Grad…

    …le's built-in Java Module System support (#151)
    
    * Update Gradle version to latest (8.3)
    
    * Update to latest plugins and Gradle syntax/features
    
    * Extend test coverage / test multiple Gradle version
    
    * Use variants to select JavaFX platform Jars in the dependency graph
    
    - Metadata Rule (metadata could later be published by JavaFX)
    - Transitive dependencies no longer need to be maintained in the plugin
    - Empty Jars are no longer on the classpath
    - Manual classpath and module path modification limited to minimum
    - No hard dependency on 'org.javamodularity:moduleplugin' anymore
      - Users can then choose between Gradle's built in Modul System
        support or the javamodularity plugin
    - Dependency declaration done lazily (via withDependencies)
    
    * Declare dependencies for dependent modules in case of of local SDK
    
    * Reformat code
    jjohannes authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    f0a8d4c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    9cebc7b View commit details
    Browse the repository at this point in the history
  2. Release v0.1.0

    abhinayagarwal committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9989deb View commit details
    Browse the repository at this point in the history
Loading