Skip to content

Developing intermine code tips

adf-ncgr edited this page Jun 23, 2024 · 1 revision

when making changes to java code which an intermine build gets from the local maven repository (~/.m2), the following may suffice:

  • ./gradlew jar (avoids running tests)
  • ./gradlew bio-source-lis-annotation:install (assuming you made a change to the code for that particular source)

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

Clone this wiki locally