Skip to content

Commit 3e966b7

Browse files
authored
Merge pull request #10 from azinneera/balo-rename
Replace balo with bala
2 parents 6634ac4 + b0abba7 commit 3e966b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regex-ballerina/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ task ballerinaBuild {
136136
}
137137
}
138138
copy {
139-
from file("$project.projectDir/target/balo")
140-
into file("$artifactCacheParent/balo/${packageOrg}/${packageName}/${tomlVersion}")
139+
from file("$project.projectDir/target/bala")
140+
into file("$artifactCacheParent/bala/${packageOrg}/${packageName}/${tomlVersion}")
141141
}
142142
copy {
143143
from file("$project.projectDir/target/cache")

0 commit comments

Comments
 (0)