You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the plugin from source but it fails on a compilation error.
What I'm doing:
run (sudo) ./gradlew build
What I expect:
getting a build extension I can load into vscode.
What I get:
build failure Task :gradle-server:compileJava:
error: package com.microsoft.java.bs.core does not exist
import com.microsoft.java.bs.core.Launcher;
I get that the build-server-for-gradle seems to be missing. But I have no Idea how to add it or load it as a dependency.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to build the plugin from source but it fails on a compilation error.
What I'm doing:
run (sudo) ./gradlew build
What I expect:
getting a build extension I can load into vscode.
What I get:
build failure Task :gradle-server:compileJava:
error: package com.microsoft.java.bs.core does not exist
import com.microsoft.java.bs.core.Launcher;
I get that the build-server-for-gradle seems to be missing. But I have no Idea how to add it or load it as a dependency.
Beta Was this translation helpful? Give feedback.
All reactions