Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude tests from gradle build
Browse files Browse the repository at this point in the history
nadeeshaan authored and sameerajayasoma committed Mar 20, 2019
1 parent 5a276af commit 6fc2c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language-server/modules/langserver-compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ dependencies {
description = 'Ballerina - Language server - Compiler'

test {
exclude '**/*'
useTestNG() {
suites 'src/test/resources/testng.xml'
}

0 comments on commit 6fc2c81

Please sign in to comment.