Replies: 1 comment
-
You need to build it separately # Clone build-server-for-gradle to extension folder
cd extension
git clone https://github.com/microsoft/build-server-for-gradle.git
# Run buildJars task in extension folder to build `build-server-for-gradle`
./gradlew buildJars
cd ..
# Now you can build the main project
./gradlew build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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