Skip to content

Commit

Permalink
Merge pull request #1607 from lnash94/fix_failing_test
Browse files Browse the repository at this point in the history
[master] Fix failing openapi http extension test
  • Loading branch information
lnash94 authored Feb 14, 2024
2 parents 56aa026 + 59de0e2 commit 2245a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group=io.ballerina
version=1.9.0-SNAPSHOT

#dependency
ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.9.0-20240126-133500-7c72eb51
testngVersion=7.6.1
slf4jVersion=1.7.30
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[package]
org = "project_08"
name = "test"
version = "0.1.0"

[build-options]
observabilityIncluded = true

0 comments on commit 2245a6a

Please sign in to comment.