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 99 branches : [ main, feature/* ]
1010 # PRs only need to run this if the SSM plugin logic has changed
1111 paths :
12+ - ' .github/workflows/ssm-integ.yml'
1213 - ' jetbrains-core/src/software/aws/toolkits/jetbrains/services/ssm/SsmPlugin.kt'
1314 - ' jetbrains-core/it/software/aws/toolkits/jetbrains/services/ssm/SsmPluginTest.kt'
1415
@@ -28,10 +29,10 @@ jobs:
2829 run : git config --system core.longpaths true
2930 if : ${{ matrix.os == 'windows-latest' }}
3031 - uses : actions/checkout@v2
31- - name : Set up JDK 17
32- uses : actions/setup-java@v1
32+ - uses : actions/setup-java@v4
3333 with :
34- java-version : 17
34+ distribution : ' corretto'
35+ java-version : ' 21'
3536 - name : Grant execute permission for gradlew
3637 run : chmod +x gradlew
3738 - name : Build with Gradle
Original file line number Diff line number Diff line change 11[versions ]
22apache-commons-collections = " 4.4"
3- apache-commons-io = " 2.16.0 "
3+ apache-commons-io = " 2.16.1 "
44apache-commons-text = " 1.12.0"
55assertJ = " 3.26.3"
66# match with <root>/settings.gradle.kts
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ dependencies {
7373 testFixturesApi(libs.wiremock) {
7474 // conflicts with transitive inclusion from docker plugin
7575 exclude(group = " org.apache.httpcomponents.client5" )
76+ // provided by IDE
77+ exclude(group = " commons-io" )
7678 }
7779
7880 testImplementation(project(" :plugin-core:core" ))
You can’t perform that action at this time.
0 commit comments