Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Jan 31, 2025
1 parent 83316cf commit 4f21fef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
20 changes: 2 additions & 18 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,9 @@

import org.apache.tools.ant.taskdefs.condition.Os

buildscript {
repositories {
maven {
url = 'https://maven.pkg.github.com/ballerina-platform/plugin-gradle'
credentials {
username System.getenv("packageUser")
password System.getenv("packagePAT")
}
}
}
dependencies {
classpath "io.ballerina:plugin-gradle:${project.ballerinaGradlePluginVersion}"
}
}

plugins {
id 'com.github.psxpaul.execfork' version '0.2.0'
id 'com.github.psxpaul.execfork'
id 'io.ballerina.plugin'
}

description = 'Ballerina - Ballerina FTP Library'
Expand Down Expand Up @@ -61,8 +47,6 @@ def stripBallerinaExtensionVersion(String extVersion) {
}
}

apply plugin: 'io.ballerina.plugin'

ballerina {
packageOrganization = packageOrg
module = packageName
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spotbugsPluginVersion=6.0.18
shadowJarPluginVersion=8.1.1
downloadPluginVersion=5.4.0
releasePluginVersion=2.8.0
execForkPluginVersion=0.2.0

ballerinaGradlePluginVersion=2.3.0

Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pluginManagement {
id "de.undercouch.download" version "${downloadPluginVersion}"
id "net.researchgate.release" version "${releasePluginVersion}"
id "io.ballerina.plugin" version "${ballerinaGradlePluginVersion}"
id "com.github.psxpaul.execfork" version "${execForkPluginVersion}"
}

repositories {
Expand Down

0 comments on commit 4f21fef

Please sign in to comment.