Renamed tasks names to generateBuildConfigClasses
#329
GitHub Actions / Test Results (plugin)
succeeded
Nov 16, 2025 in 0s
100 tests ✅ passed, checks: ⚠️ 5
| Test Suites | ✅ 100 passed | 🟡 0 skipped | ❌ 0 failed | ⌛ took |
|---|---|---|---|---|
✅ com.github.gmazzo.buildconfig.BuildConfigPluginTest#
|
9 | 0 | 0 | 341.173 |
| 2 | 0 | 0 | 268.306 | |
| 1 | 0 | 0 | 1.328 | |
✅ com.github.gmazzo.buildconfig.BuildConfigTypeUtilsTests#
|
55 | 0 | 0 | 0.355 |
| 3 | 0 | 0 | 0.001 | |
| 3 | 0 | 0 | 0.017 | |
| 3 | 0 | 0 | 0.006 | |
| 3 | 0 | 0 | 0.002 | |
| 3 | 0 | 0 | 0.003 | |
| 3 | 0 | 0 | 0.007 | |
| 3 | 0 | 0 | 0.004 | |
| 3 | 0 | 0 | 0.007 | |
| 3 | 0 | 0 | 0.012 | |
| 3 | 0 | 0 | 0.017 | |
| 3 | 0 | 0 | 0.015 |
| lint 8.13.1# | 🛑 0 errors | 💡 0 others | |
|---|---|---|---|
| Correctness / GradleDependency# | 0 | 2 | 0 |
| Correctness / NewerVersionAvailable# | 0 | 3 | 0 |
Annotations
github-actions / Test Results (plugin)
Correctness: Obsolete Gradle Dependency
A newer version of `compileSdkVersion` than 33 is available: 36
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
compileSdkVersion(33)
~~~~~~~~~~~~~~~~~~~~~
github-actions / Test Results (plugin)
Correctness: Newer Library Versions Available
A newer version of org.jetbrains.kotlin.android than 2.2.20 is available: 2.2.21
Raw output
This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower.
id 'org.jetbrains.kotlin.android' version '2.2.20'
~~~~~~~~
github-actions / Test Results (plugin)
Correctness: Newer Library Versions Available
A newer version of junit:junit than 4.12 is available: 4.13.2
Raw output
This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower.
testImplementation 'junit:junit:4.12'
~~~~~~~~~~~~~~~~~~
github-actions / Test Results (plugin)
Correctness: Obsolete Gradle Dependency
A newer version of `compileSdkVersion` than 33 is available: 36
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
compileSdkVersion(33)
~~~~~~~~~~~~~~~~~~~~~
github-actions / Test Results (plugin)
Correctness: Newer Library Versions Available
A newer version of junit:junit than 4.12 is available: 4.13.2
Raw output
This detector checks with a central repository to see if there are newer versions available for the dependencies used by this project. This is similar to the `GradleDependency` check, which checks for newer versions available in the Android SDK tools and libraries, but this works with any MavenCentral dependency, and connects to the library every time, which makes it more flexible but also **much** slower.
testImplementation 'junit:junit:4.12'
~~~~~~~~~~~~~~~~~~
Loading