-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] - 503 trying to get dependencies when building jar #1504
Labels
bug
Something isn't working
Comments
salim-1997
added a commit
to salim-1997/inspectit-ocelot
that referenced
this issue
Aug 9, 2022
…uilding jar remove jarCheck plugin add target compatibility
salim-1997
added a commit
to salim-1997/inspectit-ocelot
that referenced
this issue
Aug 25, 2022
…uilding jar implement JarCheck locally add javaToolChain to set language version delete target compatibility remove jarCheck plugin add target compatibility Closes inspectIT#1504 - [Bug] - 503 trying to get dependencies when building jar
heiko-holz
pushed a commit
that referenced
this issue
Aug 30, 2022
…ar (#1505) * Closes #1504 - [Bug] - 503 trying to get dependencies when building jar * remove JarCheck plugin * implement JarCheck locally with Java class * add gradle task to compile JarCheck * add `targetCompatibility` to respective `build.gradle` files Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
aaronweissler
pushed a commit
that referenced
this issue
Sep 5, 2022
…ar (#1505) * Closes #1504 - [Bug] - 503 trying to get dependencies when building jar * remove JarCheck plugin * implement JarCheck locally with Java class * add gradle task to compile JarCheck * add `targetCompatibility` to respective `build.gradle` files Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
ClaudioWaldvogel
pushed a commit
to ClaudioWaldvogel/inspectit-ocelot
that referenced
this issue
Sep 5, 2022
…uilding jar (inspectIT#1505) * Closes inspectIT#1504 - [Bug] - 503 trying to get dependencies when building jar * remove JarCheck plugin * implement JarCheck locally with Java class * add gradle task to compile JarCheck * add `targetCompatibility` to respective `build.gradle` files Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
ClaudioWaldvogel
pushed a commit
to ClaudioWaldvogel/inspectit-ocelot
that referenced
this issue
Sep 5, 2022
…uilding jar (inspectIT#1505) * Closes inspectIT#1504 - [Bug] - 503 trying to get dependencies when building jar * remove JarCheck plugin * implement JarCheck locally with Java class * add gradle task to compile JarCheck * add `targetCompatibility` to respective `build.gradle` files Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
When trying to build inspectIT Ocelot, getting the dependency
jarCheck
from the Maven repository with url "https://repository.novatec-gmbh.de/content/repositories/3rd_party_libs/" fails with a 503 status code.To Reproduce
Steps to reproduce the behavior:
assemble
Workaround
Until properly fixed, you can comment out lines 43-45
buildTools( 'jarcheck:jarcheck:1.5' )
and line 210
jar.dependsOn checkDependencyJavaVersions
ininspectit-ocelot-core/build.gradle
, which disables the check usingjarCheck
, and lines 17-20maven { name 'Nexus@NT' url "https://repository.novatec-gmbh.de/content/repositories/3rd_party_libs/" }
inbuild.gradle
to remove the repo.The text was updated successfully, but these errors were encountered: