GithubHelp home page GithubHelp logo

Comments (13)

tobiasdiez avatar tobiasdiez commented on September 18, 2024 3

Since the version 1.7 of the gradle modules plugin was just released, is there any chance 0.0.9 gets released soon as well?

from javafx-gradle-plugin.

tlinkowski avatar tlinkowski commented on September 18, 2024 2

To update org.javamodularity.moduleplugin to 1.6.0, please replace org.javamodularity.moduleplugin.tasks.ModuleOptions with org.javamodularity.moduleplugin.extensions.RunModuleOptions here:

import org.javamodularity.moduleplugin.tasks.ModuleOptions;

and ModuleOptions with RunModuleOptions here:
ModuleOptions moduleOptions = execTask.getExtensions().findByType(ModuleOptions.class);

from javafx-gradle-plugin.

msgilligan avatar msgilligan commented on September 18, 2024

@johanvos Any chance this update can be made as part of (or shortly following) any updates for OpenJFX 13?

from javafx-gradle-plugin.

jperedadnr avatar jperedadnr commented on September 18, 2024

@msgilligan, @tlinkowski, @yuliu2016, now that the PR #62 has been merged, a new snapshot of the plugin is available here.

It would be great if you could test it and provide some feedback before we release it?

You know how to do it, but just in case, add this to your settings.gradle file:

pluginManagement {
    repositories {
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots"
        }
        gradlePluginPortal()
    }
}

from javafx-gradle-plugin.

yuliu2016 avatar yuliu2016 commented on September 18, 2024

I've tried this out with my projects. The JavaFX plugin itself was fine and working, but the Modules plugin has some refactoring/breaking changes in version 1.6.0. Specifically, I had an issue with java9-modularity/gradle-modules-plugin#118 (project doesn't work with the Kotlin plugin applied), but I worked around it by having another submodule (without the Kotlin plugin) depend on the Kotlin module.

from javafx-gradle-plugin.

jperedadnr avatar jperedadnr commented on September 18, 2024

@yuliu2016 Thanks for testing. So nothing that can be fixed from the JavaFX gradle plugin, right?

from javafx-gradle-plugin.

yuliu2016 avatar yuliu2016 commented on September 18, 2024

I don't think there's anything to be done

from javafx-gradle-plugin.

msgilligan avatar msgilligan commented on September 18, 2024

@jperedadnr I finally created a branch of my ConsensusJ/wallet-framework project that uses 0.0.9-SNAPSHOT and Modules Plugin 1.6.0. Note that I'm also using the Badass Jlink Plugin. Everything builds and runs correctly!

Here's a WIP PR with the changes: ConsensusJ/wallet-framework#7 -- you can see that both Github Actions and GitLab CI were able to build the branch.

When 0.0.9 final is released, I'll update this PR and merge it into master.

from javafx-gradle-plugin.

msgilligan avatar msgilligan commented on September 18, 2024

@tlinkowski Have you tested the snapshot? Any reason not to release it?

@jperedadnr Are you ready to release 0.0.9?

(I'm ready to upgrade my projects to 0.0.9 release and Modules plugin 1.6.0 😁)

from javafx-gradle-plugin.

tlinkowski avatar tlinkowski commented on September 18, 2024

@tlinkowski Have you tested the snapshot? Any reason not to release it?

No, I haven't.

Sorry, but I have never even used javafx-gradle-plugin. I came here from java9-modularity/gradle-modules-plugin#80 (comment) to share an overview on how to update this plugin (as I know the internals of gradle-modules-plugin).

Unfortunately, gradle-modules-plugin has some major bugs (e.g. mentioned java9-modularity/gradle-modules-plugin#118), but I won't find the time to fix them in the foreseeable future.

from javafx-gradle-plugin.

msgilligan avatar msgilligan commented on September 18, 2024

Unfortunately, gradle-modules-plugin has some major bugs

Are those bugs present in 1.6.0 but not in 1.5.0?

from javafx-gradle-plugin.

tlinkowski avatar tlinkowski commented on September 18, 2024

I'm not sure about the other bugs, but java9-modularity/gradle-modules-plugin#118 (mentioned before) is almost certainly a regression introduced in 1.6.0 by java9-modularity/gradle-modules-plugin#101.

from javafx-gradle-plugin.

samypr100 avatar samypr100 commented on September 18, 2024

It seems 0.0.9 was released on 28 June 2020. I believe this can be closed.

from javafx-gradle-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.