Skip to content

Commit

Permalink
Update ant and common versions and prep 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Oct 9, 2024
1 parent 2906113 commit 9beedcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ compileTestGroovy {
targetCompatibility = JavaVersion.VERSION_1_8
}

def libertyAntVersion = "1.9.16-SNAPSHOT"
def libertyCommonVersion = "1.8.34-SNAPSHOT"
def libertyAntVersion = "1.9.16"
def libertyCommonVersion = "1.8.34"

dependencies {
implementation gradleApi()
Expand Down
2 changes: 1 addition & 1 deletion docs/libertyDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ These can also be specified as command line parameters in addition to the ones i

| Attribute | Type | Since | Description | Required |
| --------- | ----- | ----- | ----------- | -------- |
| changeOnDemandTestsAction | boolean | 3.9 | If set to `true`, change the action for running on demand tests from `Enter` to type `t` and press `Enter`. The default value is `false`. | No |
| changeOnDemandTestsAction | boolean | 3.9.0 | If set to `true`, change the action for running on demand tests from `Enter` to type `t` and press `Enter`. The default value is `false`. | No |

See the [Liberty server configuration](libertyExtensions.md#liberty-server-configuration) properties for common server configuration.

Expand Down

0 comments on commit 9beedcf

Please sign in to comment.