Skip to content

Commit a95930c

Browse files
authored
Merge pull request #1200 from mikepenz/develop
dev -> main
2 parents 4d7f32e + a3d0097 commit a95930c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This library collects dependency details, including licenses at compile time, an
4141

4242
## Latest releases 🛠
4343

44-
- Compose 1.8.x | Refined Compose UI Design | [v12.2.2](https://github.com/mikepenz/AboutLibraries/tree/12.2.2)
44+
- Compose 1.8.x | Refined Compose UI Design | [v12.2.3](https://github.com/mikepenz/AboutLibraries/tree/12.2.3)
4545
- Compose 1.8.x | Plugin refactor | [v12.1.2](https://github.com/mikepenz/AboutLibraries/tree/12.1.2)
4646
- Compose UI updates | Gradle Plugin refresh | [v12.0.1](https://github.com/mikepenz/AboutLibraries/tree/12.0.1)
4747

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.mikepenz
22

3-
VERSION_NAME=12.2.2
4-
VERSION_CODE=120202
3+
VERSION_NAME=12.2.3
4+
VERSION_CODE=120203
55

66
POM_URL=https://github.com/mikepenz/AboutLibraries
77
POM_SCM_URL=https://github.com/mikepenz/AboutLibraries

plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesIdTask.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ abstract class AboutLibrariesIdTask : BaseAboutLibrariesTask() {
1717

1818
@TaskAction
1919
fun action() {
20-
offlineMode.set(true) // Force offline mode
21-
2220
val result = createLibraryPostProcessor().process()
2321
val libraries = result.libraries
2422
variantToDependencyData.get().keys.forEach {

plugin-build/plugin/src/main/kotlin/com/mikepenz/aboutlibraries/plugin/AboutLibrariesPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class AboutLibrariesPlugin : Plugin<Project> {
3434

3535
// task to output library names with ids for further actions
3636
project.tasks.configure("findLibraries", AboutLibrariesIdTask::class.java) {
37+
it.offlineMode.set(true) // Force offline mode
3738
it.configure()
3839
}
3940

0 commit comments

Comments
 (0)