Skip to content

Commit cb2105f

Browse files
committed
update gradle version, fix tests
1 parent 8635967 commit cb2105f

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

generator/src/main/kotlin/org/ucfs/examples/golang/SimpleGolang.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import org.ucfs.grammar.combinator.extension.StringExtension.or
55
import org.ucfs.grammar.combinator.extension.StringExtension.times
66
import org.ucfs.grammar.combinator.regexp.Many
77
import org.ucfs.grammar.combinator.regexp.Nt
8-
import org.ucfs.grammar.combinator.regexp.or
98

109
class SimpleGolang : Grammar() {
1110
val IntExpr by Nt("1" or "1" * "+" * "1")

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

100755100644
Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)