Skip to content

issues Search Results · repo:gradlex-org/java-module-dependencies language:Java

Filter by

59 results
 (69 ms)

59 results

ingradlex-org/java-module-dependencies (press backspace or delete to remove)

Currently this plugin uses a simple line parser. This is currently sufficient for all relevant use cases, but technically incorrect. It is allowed to have multiple require statements in a single line (but ...
a:enhancement
  • TheGoesen
  • 1
  • Opened 
    29 days ago
  • #175

Usecase: javas services (SPI) allows to to declare services (uses xxx) and provide these services (provides xxx with yyy) These are usually effectively runtimeOnly dependencies. So if a project a uses ...
a:enhancement
  • TheGoesen
  • 3
  • Opened 
    29 days ago
  • #174

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. Repository problems These problems occurred ...
  • renovate[bot]
  • Opened 
    on Jan 21
  • #155

Please add org.eclipse.jdt.annotation - org.eclipse.jdt:org.eclipse.jdt.annotation https://mvnrepository.com/artifact/org.eclipse.jdt/org.eclipse.jdt.annotation/2.3.0 already has an Automatic-Module-Name ...
  • tg-freigmbh
  • 1
  • Opened 
    on Nov 5, 2024
  • #144

The project name is the identity via which the project is addressed ... That statement is incorrect. The name of the project is not an identity. as the javadoc of project.name states: p Returns the name ...
a:enhancement
  • TheGoesen
  • 9
  • Opened 
    on Oct 10, 2024
  • #136

So this is probably just me being a dick for no real reason buuuut: Currently this Plugin adds an ApplyPluginAction for each Project/module. Each ApplyPluginAction does a check if its running on the correct ...
a:enhancement
  • TheGoesen
  • 1
  • Opened 
    on Oct 10, 2024
  • #135

So from playing around with the settings Plugin I found the ApplyPluginsAction.. @Override public void execute(Project project) { if (project.getName().equals(artifact)) { ...
wontfix
  • TheGoesen
  • 1
  • Opened 
    on Oct 3, 2024
  • #132

This plugin uses registerTask instead of createTask. Thats sufficient for normal gradle build to avoid unnecessary overhead, as the tasks are simply not created if not needed. However during an IDE/IntelliJ ...
a:enhancement
  • TheGoesen
  • 7
  • Opened 
    on Sep 29, 2024
  • #130

Testcases from #127 show that this plugin is affected by //https://github.com/gradle/gradle/issues/22331 or something fairly similar i guess. This is not because of changes made by PR #127 It is also reproducible ...
wontfix
  • TheGoesen
  • 1
  • Opened 
    on Sep 29, 2024
  • #129

While writing test cases I discovered that the settings plugin will cause will cause configuration cache misses. If you apply the settings plugin and compile the same module 2 times in a row you will get: ...
a:enhancement
  • TheGoesen
  • 5
  • Opened 
    on Sep 29, 2024
  • #128
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub