Skip to content

Commit

Permalink
Update versions of the module
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Dec 10, 2024
1 parent 0601c05 commit e58adbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private void buildLibraryFunctions(Map<String, String> queryMap) {
List<String> moduleNames = module.moduleDependencies().stream()
.map(moduleDependency -> moduleDependency.descriptor().name().packageName().value())
.toList();
//TODO: Use this method when https://github.com/ballerina-platform/ballerina-lang/issues/43695
// TODO: Use this method when https://github.com/ballerina-platform/ballerina-lang/issues/43695 is fixed
// List<String> moduleNames = semanticModel.moduleSymbols().stream()
// .filter(symbol -> symbol.kind().equals(SymbolKind.MODULE))
// .flatMap(symbol -> symbol.getName().stream())
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=org.ballerinalang
version=2.1.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241128-181300-fcbcfda6
version=2.0.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241204-102100-fc33b755

ballerinaGradlePluginVersion=2.2.6
checkStyleToolVersion=10.12.1
Expand Down

0 comments on commit e58adbe

Please sign in to comment.