You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd irida && ./gradlew clean publishToMavenLocal -xtest
Expected behaviour
Successfully build IRIDA source code and dependencies. Use built IRIDA source code to compile IRIDA plugin
Additional context
The error is as follows
Could not resolve all files for configuration ':classpath'.
> Could not find khttp:khttp:1.0.0.
Searched in the following locations:
- https://repo.spring.io/milestone/khttp/khttp/1.0.0/khttp-1.0.0.pom
- https://plugins.gradle.org/m2/khttp/khttp/1.0.0/khttp-1.0.0.pom
Note2: IRIDA v24.12 compiles without the issue so it is a matter of updating the build.gradle.kts file.
Note 3: provided resolution will help other developers to modify the build.gradle.kts file and successfully compile this version of IRIDA that is currently recommended as the one to build IRIDA plugin source code
The text was updated successfully, but these errors were encountered:
Describe the bug
When building IRIDA source code version 23.* there is a missing deprecated
khttp
dependency.Steps to reproduce the problem
git clone https://github.com/phac-nml/irida.git && cd /irida/ && git checkout 23.10.1 -b master
cd irida && ./gradlew clean publishToMavenLocal -xtest
Expected behaviour
Successfully build IRIDA source code and dependencies. Use built IRIDA source code to compile IRIDA plugin
Additional context
The error is as follows
Note the same issue was reported at springdoc/springdoc-openapi-gradle-plugin#91 where they removed the
khttp
dependency.Note2: IRIDA v24.12 compiles without the issue so it is a matter of updating the
build.gradle.kts
file.Note 3: provided resolution will help other developers to modify the
build.gradle.kts
file and successfully compile this version of IRIDA that is currently recommended as the one to build IRIDA plugin source codeThe text was updated successfully, but these errors were encountered: