You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Sets up JDK, Gradle, and Ballerina, restores the dependency cache, and runs the language server gradle test suite. The repository must already be checked out.
3
+
4
+
inputs:
5
+
cache-branch:
6
+
description: Branch name used in the Ballerina dependency cache key
7
+
required: true
8
+
gradle-version:
9
+
description: Version passed to gradle as -Pversion (omitted when empty)
10
+
required: false
11
+
default: ''
12
+
package-user:
13
+
description: User for maven.pkg.github.com authentication
14
+
required: true
15
+
package-pat:
16
+
description: Token for maven.pkg.github.com authentication
0 commit comments