Skip to content

Commit

Permalink
Update build script and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Sep 30, 2023
1 parent a8260bb commit 4e9259f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name: Java CI with Gradle

on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val orgName: String by project
val orgUrl: String by project
val developers: String by project

val jdkEABuildDoc: String? = "jdk21"
val jdkEABuildDoc: String? = null
val targetJavaVersion = 21
val enablePreview = true

Expand Down

0 comments on commit 4e9259f

Please sign in to comment.