Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start-fuseki: construct classloader in a gradle-compatible manner #27

Open
2 tasks
NicolasRouquette opened this issue Aug 31, 2021 · 0 comments
Open
2 tasks

Comments

@NicolasRouquette
Copy link
Member

Description

A clear and concise description of what the bug is.

the current 'startFuseki' task requires gradle <= 6.5.1 because of a subtle problem described here:

gradle/gradle#14727 (comment)

On this issue, there are some suggestions to work around this problem.

Steps to Reproduce

Steps to reproduce the behavior:

  • Step 1 use gradle > 6.5.1
  • Step 2 startFuseki

Expected Behavior

A clear and concise description of what should be the expected behavior.

If the bug is fixed, fuseki will start properly.
Until then, fuseki will not start because of a class not found: org/gradle/internal/classpath/Instrumented

Additional Context

Enter any other details such as dependencies, environment, examples, etc.

Relevant screenshots

If applicable, add screenshots to help illustrate the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant