Skip to content

Commit

Permalink
Merge pull request #16 from AzeemMuzammil/fb-remove-unused-deps
Browse files Browse the repository at this point in the history
Remove unused dependencies
  • Loading branch information
NipunaRanasinghe committed Dec 14, 2023
2 parents fd59609 + 47ea29b commit 23c03db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ballerina {
packageOrganization = packageOrg
module = packageName
testCoverageParam = "--code-coverage --coverage-format=xml"
buildOnDockerImage = "nightly"
isConnector = true
platform = "any"
}

Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
*/

plugins {
id 'com.github.spotbugs'
id 'com.github.johnrengelman.shadow'
id 'de.undercouch.download'
id 'net.researchgate.release'
id 'jacoco'
}

allprojects {
Expand Down
11 changes: 2 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=0.1.0-SNAPSHOT
ballerinaLangVersion=2201.8.0

spotbugsPluginVersion=5.0.14
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
ballerinaLangVersion=2201.8.0
releasePluginVersion=2.8.0
testngVersion=7.6.1
eclipseLsp4jVersion=0.12.0
ballerinaGradlePluginVersion=2.1.8
extraJavaModuleInfoPluginVersion=1.5
jacocoVersion=0.8.10
ballerinaGradlePluginVersion=2.2.0
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

pluginManagement {
plugins {
id "com.github.spotbugs" version "${spotbugsPluginVersion}"
id "com.github.johnrengelman.shadow" version "${shadowJarPluginVersion}"
id "de.undercouch.download" version "${downloadPluginVersion}"
id "net.researchgate.release" version "${releasePluginVersion}"
id "io.ballerina.plugin" version "${ballerinaGradlePluginVersion}"
}
Expand Down

0 comments on commit 23c03db

Please sign in to comment.