Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ target
# Ballerina
velocity.log*
*Ballerina.lock

compiler-plugin-test/**/target
4 changes: 0 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- [Add static code rules](https://github.com/ballerina-platform/ballerina-library/issues/7283)


### Changed

- [Change the listener configuration as an included parameter](https://github.com/ballerina-platform/ballerina-library/issues/7494)
Expand Down
15 changes: 0 additions & 15 deletions compiler-plugin-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,10 @@ plugins {
id 'java'
id 'checkstyle'
id 'com.github.spotbugs'
id 'jacoco'
}

description = 'Ballerina - file Compiler Plugin Test'

jacoco {
toolVersion = "${jacocoVersion}"
reportsDirectory = file("$project.buildDir/reports/jacoco")
}

jacocoTestReport {
reports {
xml.required = true
csv.required = false
html.required = false
}
sourceSets project(':file-compiler-plugin').sourceSets.main
}

def ballerinaDist = "${project.rootDir}/target/ballerina-runtime"

dependencies {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading