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

How to build the project using gradlew? #18

Open
Leonngm opened this issue Jun 13, 2024 · 1 comment
Open

How to build the project using gradlew? #18

Leonngm opened this issue Jun 13, 2024 · 1 comment

Comments

@Leonngm
Copy link

Leonngm commented Jun 13, 2024

Hi,
thank you for the amazing extension.
I am trying to make some minor modification to customize the extension for my usecase.

However, I am not really experienced with groovy/java and QuPath extensions.
Following this tutorial it suggests that you only need to call gradlew build to build the extension.
However, for me it gives the error:

Command 'gradlew' not found, did you mean:

  command 'gradle' from snap gradle (7.2)
  command 'gradle' from deb gradle (4.4.1-10)

I am working on Ubuntu 20.04, openjdk version 17.0.10.

I would really appreciate your help here. Please tell me if you need more information from my side.

Best regards,
Leon

@ksugar
Copy link
Owner

ksugar commented Jun 29, 2024

Hi @Leonngm, thank you for your interest in this extension.

Could you try the following command?

./gradlew build

It needs to be started with the explicit ./ to indicate that you are running the local shell script.

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

2 participants