Skip to content

Commit

Permalink
Fix build failure in pull requests
Browse files Browse the repository at this point in the history
Remove vscode tool plugins
  • Loading branch information
NipunaMadhushan committed Nov 19, 2021
1 parent 74de696 commit 989dc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: |
git submodule init
git submodule update
./gradlew.bat build --no-parallel -x :ballerina-packerina:test -x :ballerina-lang:test -x :ballerina-file:test -x :ballerina-socket:test -x :jballerina-unit-test:test -x :jballerina-integration-test:test -x :ballerina-mysql:test -x :plugin-vscode:test -x createJavadoc --stacktrace -scan --console=plain --no-daemon
./gradlew.bat build --no-parallel -x :ballerina-packerina:test -x :ballerina-lang:test -x :ballerina-file:test -x :ballerina-socket:test -x :jballerina-unit-test:test -x :jballerina-integration-test:test -x :ballerina-mysql:test -x createJavadoc --stacktrace -scan --console=plain --no-daemon
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ project(':jballerina-integration-test').projectDir = file('tests/jballerina-inte
// project(':ballerina-tools-integration-test').projectDir = file('tests/ballerina-tools-integration-test')
//project(':examples-test').projectDir = file('tests/ballerina-examples-test')
project(':ballerina-stringutils').projectDir = file('stdlib/stringutils')
project(':plugin-vscode').projectDir = file('tool-plugins/vscode')
//project(':plugin-vscode').projectDir = file('tool-plugins/vscode')
project(':ballerina-kafka').projectDir = file('stdlib/messaging/kafka')
project(':ballerina-rabbitmq').projectDir = file('stdlib/messaging/rabbitmq')
project(':ballerina-nats').projectDir = file('stdlib/messaging/nats')
Expand Down

0 comments on commit 989dc35

Please sign in to comment.