Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Thevakumar-Luheerathan committed Jan 4, 2024
1 parent e756dc1 commit 6828000
Show file tree
Hide file tree
Showing 26 changed files with 94 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "ballerina/ballerina-devcontainer:2201.4.0",
"extensions": ["WSO2.ballerina"],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target
generated
Config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tool]
id = "gayals" # should be the same as Picocli command name

[[dependency]]
path = "./tool/libs/GayalsCommand-1.0-SNAPSHOT.jar"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
org = "gayaldassanayake"
name = "tool_gayal"
version = "1.1.0"
distribution = "2201.4.0"

[build-options]
observabilityIncluded = true
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[plugin]
class = "io.gayal.combined.CombinedCompilerPlugin"

[[dependency]]
path = "./tool/libs/compiler-plugin-with-analyzer-generator-modifier-1.0.0.jar"

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# AUTO-GENERATED FILE. DO NOT MODIFY.

# This file is auto-generated by Ballerina for managing dependency versions.
# It should not be modified by hand.

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-SNAPSHOT"

[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
]
modules = [
{org = "ballerina", packageName = "io", moduleName = "io"}
]

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "lang.value"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "gayaldassanayake"
name = "tool_gayal"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "io"}
]
modules = [
{org = "gayaldassanayake", packageName = "tool_gayal", moduleName = "tool_gayal"}
]

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Gayals Tool

1. Run `bal pack` with the provided ballerina distribution pack
2. Extract the .bala file to `~.ballerina/repositories/central.ballerina.io/bala/ballerina/gayalstool/0.1.0/any/`
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Gayals Tool

1. Run `bal pack` with the provided ballerina distribution pack
2. Extract the .bala file to `~.ballerina/repositories/central.ballerina.io/bala/ballerina/gayalstool/0.1.0/any/`
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import ballerina/io;

public function main() {
io:println("Hello, World!");
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"gayals": {
"org": "org.gayals",
"name": "gayals"
},
"gayals2": {
"org": "org.gayals",
"name": "gayals"
}
}
Binary file not shown.
Binary file not shown.

0 comments on commit 6828000

Please sign in to comment.