Is gradle working on Console Application Project In Java?

Hello?

I made a console application and add gradle file by
"Project > Add New Item"

and trying to build it.

But it seems that Gradle is not working on build time.

Is this only working on android projects?

thank you.

Right now it’s mostly tested with android. What build are you using? Friday’s beta had a lot of improvements for gradle support. Can go send me your project?

I did just following

VS2015

  1. Create a Console Project
  2. add gradle.build script file through the new item dialog
  3. add like this to the script file
    dependencies {
    compile (‘com.google.code.gson:gson:2.3.1’)
    //compile ‘com.google.android.gms:play-services:+’
    //compile ‘com.google.android.gms:play-services-base:+’
    //compile ‘com.google.android.gms:play-services-maps:+’
    }
    and build…
    it seems not working.
    only compiles blank console app without trying to resolve dependency.

FYI
gradle path is set “D:\dep\gradle-2.13\bin”

can you post the full detailed build log file?