Use gradle can not find compile 'de.invesdwin:invesdwin-instrument:1.0.0'

122 views
Skip to first unread message

imle...@gmail.com

unread,
Jun 27, 2018, 4:24:39 AM6/27/18
to invesdwin-platform
We use gradle to build project rather than maven. When I add 'compile 'de.invesdwin:invesdwin-instrument:1.0.0'' in build.gradle file. It can't download this jar.

subes

unread,
Jun 27, 2018, 5:36:10 AM6/27/18
to invesdwin-platform
Hi,

did you add the repository to your build.gradle?


It should look like this:
repositories {
    maven {
        url "http://invesdwin.de/artifactory/invesdwin-oss-remote"
    }
}

Btw, if you are using java 9 with spring-boot you might want to switch to invesdwin-instrument-1.0.1-SNAPSHOT. It contains this commit: https://github.com/subes/invesdwin-instrument/commit/fd8a5120f5ff9a45639d09714f7c7b6402591925

subes

unread,
Aug 22, 2018, 12:39:32 PM8/22/18
to invesdwin-platform
I have now released version invesdwin-instrument-1.0.1 for java 9 and higher support.
Reply all
Reply to author
Forward
0 new messages