We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when making changes to java code which an intermine build gets from the local maven repository (~/.m2), the following may suffice:
./gradlew jar
./gradlew bio-source-lis-annotation:install
note that the existence of the latter task is only revealed when ./gradlew tasks --all is run at the top level of lis-bio-sources
./gradlew tasks --all