Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [january-dev] Issue getting the target dependencies

I am working on another project which uses gradlew and has a command "gradlew eclipse" which sets up the project dependencies for eclipse ide to find them. 

You have:
apply plugin: 'eclipse'

in build.gradle and it sets the project up to have the dependencies it downloads...

Matt

On 19 October 2017 at 11:55, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
On 19 October 2017 at 11:49, Matthew Gerring <matthew.gerring@xxxxxxxxx> wrote:
> Maybe having target platforms is too hard for most Java developers to be
> familiar?

I agree! https://github.com/eclipse/january/issues/165

Using TP is not something necessary for January, but is a result of
the evolution of how we got here. Does someone want to pick it up and
move it forward? Converting January datasets to Maven (or Gradle)
build should not be too difficult.

Peter, do you have any thoughts/objections to such a move?


Back to the top