File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
branches : [ main, feature/* ]
10
10
# PRs only need to run this if the SSM plugin logic has changed
11
11
paths :
12
+ - ' .github/workflows/ssm-integ.yml'
12
13
- ' jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
13
14
- ' jetbrains-core/it/software/aws/toolkits/jetbrains/services/ssm/SsmPluginTest.kt'
14
15
@@ -28,10 +29,10 @@ jobs:
28
29
run : git config --system core.longpaths true
29
30
if : ${{ matrix.os == 'windows-latest' }}
30
31
- uses : actions/checkout@v2
31
- - name : Set up JDK 17
32
- uses : actions/setup-java@v1
32
+ - uses : actions/setup-java@v4
33
33
with :
34
- java-version : 17
34
+ distribution : ' corretto'
35
+ java-version : ' 21'
35
36
- name : Grant execute permission for gradlew
36
37
run : chmod +x gradlew
37
38
- name : Build with Gradle
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
apache-commons-collections = " 4.4"
3
- apache-commons-io = " 2.16.0 "
3
+ apache-commons-io = " 2.16.1 "
4
4
apache-commons-text = " 1.12.0"
5
5
assertJ = " 3.26.3"
6
6
# match with <root>/settings.gradle.kts
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ dependencies {
73
73
testFixturesApi(libs.wiremock) {
74
74
// conflicts with transitive inclusion from docker plugin
75
75
exclude(group = " org.apache.httpcomponents.client5" )
76
+ // provided by IDE
77
+ exclude(group = " commons-io" )
76
78
}
77
79
78
80
testImplementation(project(" :plugin-core:core" ))
You can’t perform that action at this time.
0 commit comments