Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps and make task output dirs unique per task #77

Merged
merged 37 commits into from
May 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f61be22
Gradle 7 m2
ZacSweers Mar 7, 2021
1643b4a
Kotlin 1.4.31
ZacSweers Mar 7, 2021
18f00ec
Make output dirs unique
ZacSweers Mar 7, 2021
a0a4532
Update CI, drop AGP 4.1 testing and add 7.0
ZacSweers Mar 7, 2021
20fe309
More updates to CI
ZacSweers Mar 7, 2021
28c0737
Update paths for l8 diagnostics
ZacSweers Mar 7, 2021
8feeab5
Simplify diagnostic file names
ZacSweers Mar 7, 2021
0a94225
More name simplifying
ZacSweers Mar 7, 2021
e5d40ed
More name simplification
ZacSweers Mar 7, 2021
ea4396a
Simplify CI matrix names
ZacSweers Mar 7, 2021
e6a0bb8
Use stable zipflinger 4.1.2 now
ZacSweers Mar 7, 2021
3a8c610
Remove experimentalWarning
ZacSweers Mar 7, 2021
0c95bb1
Update maven publish version
ZacSweers Mar 7, 2021
5cf3eca
Make ZipSource instantiation compatible with multiple versions
ZacSweers Mar 7, 2021
381b78f
Simplify another name
ZacSweers Mar 7, 2021
92aa636
Don't declare a property
ZacSweers Mar 8, 2021
24dbe32
Update name
ZacSweers Mar 8, 2021
90d139b
Update desugar libs
ZacSweers Mar 8, 2021
b462336
Clean up instrumentation test runs a bit
ZacSweers Mar 8, 2021
aa5b106
Tweak running
ZacSweers Mar 8, 2021
87aaa9b
Update to Gradle 7
ZacSweers Apr 10, 2021
6a68045
Update all the versions
ZacSweers Apr 10, 2021
04f4b8c
Disable logging for now because wtf?
ZacSweers Apr 13, 2021
f2dd7e0
Update more things
ZacSweers May 15, 2021
c2531b0
Try updating test libs? I mean, idk what else to do
ZacSweers May 15, 2021
4287afe
Fix version
ZacSweers May 15, 2021
9eefffa
androidTestUtil
ZacSweers May 15, 2021
c8899d2
Drop Proguard support
ZacSweers May 15, 2021
aace325
Restore version
ZacSweers May 15, 2021
c319494
Small cleanups
ZacSweers May 15, 2021
a3d3d64
Verify it works in one go
ZacSweers May 19, 2021
e68f296
verify
ZacSweers May 19, 2021
41c0583
Gate verification on a flag
ZacSweers May 19, 2021
4e811d0
Update androidx deps again
ZacSweers May 19, 2021
4f90862
Update AGP
ZacSweers May 19, 2021
657be0a
Fix l8 diagnostics
ZacSweers May 19, 2021
6cde5e3
Fix missing dir creation
ZacSweers May 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove experimentalWarning
  • Loading branch information
ZacSweers committed Mar 7, 2021
commit 3a8c61071b02ad959728b47b139cb4477a92bfcc
4 changes: 0 additions & 4 deletions keeper-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ gradlePlugin {
}
}

kotlinDslPluginOptions {
experimentalWarning.set(false)
}

kotlin {
explicitApi()
}
Expand Down