Skip to content

Commit

Permalink
Fix bal push failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Nov 15, 2023
1 parent 56755d7 commit abbc941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Empty file added ballerina/candid.bal
Empty file.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ plugins {
}

allprojects {
apply plugin: 'maven-publish'

group = project.group
version = project.version

apply plugin: 'maven-publish'

repositories {
mavenLocal()
maven {
Expand Down Expand Up @@ -63,14 +63,17 @@ allprojects {
}
}

def moduleVersion = project.version.replace("-SNAPSHOT", "")

subprojects {
configurations {
ballerinaStdLibs
jbalTools
}
}

def moduleVersion = project.version.replace("-SNAPSHOT", "")
dependencies {
}
}

task build {
dependsOn(':candid-ballerina:build')
Expand Down

0 comments on commit abbc941

Please sign in to comment.