Skip to content

Commit

Permalink
Merge pull request #4775 from udda1996/fix-daily-build
Browse files Browse the repository at this point in the history
Remove classifier property from testJar task
  • Loading branch information
keizer619 authored Aug 8, 2023
2 parents b48a4a2 + 8674db9 commit fb29400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ballerina-test-automation/installer-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ configurations {
}

task testJar(type: Jar) {
classifier = 'test'
from sourceSets.test.output
}

Expand Down

0 comments on commit fb29400

Please sign in to comment.