File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
buildSrc/private/src/main/kotlin/androidx/build/uptodatedness Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,6 @@ val DONT_TRY_RERUNNING_TASKS = setOf(
147
147
" partiallyDejetifyArchive" ,
148
148
" stripArchiveForPartialDejetification" ,
149
149
" createArchive" ,
150
-
151
- // b/275795136
152
- " :room:integration-tests:room-testapp-kotlin:kspWithKspGenJavaDebugAndroidTestKotlin" ,
153
- // b/275795136
154
- " :room:integration-tests:room-testapp-kotlin:kspWithKspGenKotlinDebugAndroidTestKotlin"
155
150
)
156
151
157
152
val DONT_TRY_RERUNNING_TASK_TYPES = setOf (
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kotlinNative = "1.8.21"
42
42
kotlinCompileTesting = " 1.4.9"
43
43
kotlinCoroutines = " 1.6.4"
44
44
kotlinSerialization = " 1.3.3"
45
- ksp = " 1.8.20-1.0.10 "
45
+ ksp = " 1.8.20-1.0.11 "
46
46
ktlint = " 0.46.0-20220520.192227-74"
47
47
leakcanary = " 2.8.1"
48
48
media3 = " 1.0.0-beta03"
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ repo start $BRANCH_NAME . platform/prebuilts/androidx/external
41
41
# other projects depend on ksp prebuilts so we don't delete them anymore.
42
42
43
43
# download
44
- development/importMaven/import_maven_artifacts.py -n com.google.devtools.ksp:symbol-processing-gradle-plugin:$KSP_VERSION
45
- development/importMaven/import_maven_artifacts.py -n com.google.devtools.ksp:symbol-processing:$KSP_VERSION
44
+ development/importMaven/importMaven.sh com.google.devtools.ksp:symbol-processing-gradle-plugin:$KSP_VERSION
45
+ development/importMaven/importMaven.sh com.google.devtools.ksp:symbol-processing:$KSP_VERSION
46
46
47
47
# update build version
48
48
sed -i ' ' " s/ksp = \" .*\" /ksp = \" $KSP_VERSION \" /" gradle/libs.versions.toml
You can’t perform that action at this time.
0 commit comments