vinayagasundar
03/11/2018, 6:42 PMPlugin [id: 'org.jetbrains.kotlin.kotlin-platform->common'] was not found in any of the following >sources:
paccman
03/12/2018, 2:09 PMProject A
-> Module B
-> Dependency C
-> Maven Repo D
My Module B
depends on Dependency C
wich is stored in Maven Repo D
.
If i remove Maven Repo D
from build gradle within Project A
, gradle says that can't resolve Dependecy C
(but I've added Maven Repo D
within Module B
).
Is it clear enough? 😄 Any ideas?araqnid
03/12/2018, 2:11 PMpaccman
03/12/2018, 2:12 PMchristopher
03/12/2018, 4:05 PMchristopher
03/12/2018, 4:06 PMcarolos
03/12/2018, 4:24 PMuser
03/12/2018, 4:26 PMuser
03/12/2018, 4:28 PMuser
03/12/2018, 4:30 PMuser
03/12/2018, 4:30 PMuser
03/12/2018, 4:31 PMuser
03/12/2018, 4:31 PMuser
03/12/2018, 4:31 PMgildor
03/12/2018, 4:32 PMcarolos
03/12/2018, 4:34 PMuser
03/12/2018, 4:45 PMcarolos
03/12/2018, 4:57 PMpaccman
03/13/2018, 7:52 AMsdeleuze
03/13/2018, 10:04 AMplugins { }
block on start.spring.io: https://github.com/gradle/gradle/issues/3902. See also https://github.com/spring-io/initializr/issues/334#issuecomment-372610859 and feel free to send feedbacks and ideas.hmole
03/13/2018, 12:26 PMtapchicoma
03/13/2018, 4:24 PMgradle.properties
to gradle wrapper via command line?christopher
03/13/2018, 7:58 PMmkobit
03/13/2018, 8:10 PMDoes project “B” have to know that project “A” has transient dependencies in two different repositories, requiring me to and include both of those repositories in project “B”’s configuration?i do believe that project B depends on A, then B needs to also be able to resolve those dependencies so will also need a repository. can fairly easily be tested by removing repositories in project B and having project B depend on A. Gradle may handle the "exposed" elements of project A (like the
api
configuration) so it does not need all the dependencies
does the maven pom of a project include repository information for transient dependencies?i think that's a different question, and from my experience the answer is no (definitely for OSS, and havent seen it in any work ive done). published POMs generally dont contain the references as to where to get their transitive dependencies, just the declarations of those dependencies
christopher
03/13/2018, 8:40 PMchristopher
03/13/2018, 8:43 PMmkobit
03/13/2018, 8:44 PMmkobit
03/13/2018, 8:44 PMpaccman
03/13/2018, 9:35 PMguenther
03/16/2018, 11:41 AMapply
in the external script works, but the class org.sonarqube.gradle.SonarQubeExtension
can't be found.