Releases: JavierSegoviaCordoba/hubdle
Releases · JavierSegoviaCordoba/hubdle
p0.6.4
Added
org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI
opt in Compiler feature
Removed
- priorities
Fixed
AddChangelogItemTask
fails if there is no version in the changelog
c0.2.5
Added
org.jetbrains.kotlinx:atomicfu
Updated
org.sonarqube:org.sonarqube.gradle.plugin -> 5.0.0.4638
io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin -> 1.23.6
app.softwork:kotlinx-serialization-flf -> 0.0.18
app.softwork:kotlinx-serialization-csv -> 0.0.18
gradle -> 8.7
com.squareup.retrofit2:retrofit-mock -> 2.10.0
com.squareup.retrofit2:retrofit -> 2.10.0
androidx.compose.ui:ui-util -> 1.6.4
androidx.compose.ui:ui-tooling-preview -> 1.6.4
androidx.compose.ui:ui-tooling -> 1.6.4
androidx.compose.ui:ui-test-manifest -> 1.6.4
androidx.compose.ui:ui-test -> 1.6.4
androidx.compose.ui:ui -> 1.6.4
androidx.compose.runtime:runtime-saveable -> 1.6.4
androidx.compose.runtime:runtime -> 1.6.4
androidx.compose.material:material-ripple -> 1.6.4
androidx.compose.material:material-icons-extended -> 1.6.4
androidx.compose.material:material-icons-core -> 1.6.4
androidx.compose.material:material -> 1.6.4
androidx.compose.foundation:foundation-layout -> 1.6.4
androidx.compose.foundation:foundation -> 1.6.4
androidx.compose.animation:animation-graphics -> 1.6.4
androidx.compose.animation:animation-core -> 1.6.4
androidx.compose.animation:animation -> 1.6.4
com.android.library:com.android.library.gradle.plugin -> 8.3.1
com.android.application:com.android.application.gradle.plugin -> 8.3.1
com.android.tools.build:gradle -> 8.3.1
androidx.compose.compiler:compiler -> 1.5.11
org.jetbrains.kotlinx:kotlinx-io-core -> 0.3.2
io.kotest.extensions:kotest-extensions-allure -> 1.4.0
org.jetbrains.compose:org.jetbrains.compose.gradle.plugin -> 1.6.1
org.jetbrains.compose.compiler:compiler -> 1.5.10.1
com.squareup.okio:okio -> 3.9.0
com.github.triplet.play:com.github.triplet.play.gradle.plugin -> 3.9.1
io.kotest:kotest-runner-junit5 -> 5.8.1
io.kotest:kotest-runner-junit4 -> 5.8.1
io.kotest:kotest-property -> 5.8.1
io.kotest:kotest-assertions-sql -> 5.8.1
io.kotest:kotest-assertions-json -> 5.8.1
io.kotest:kotest-assertions-core -> 5.8.1
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin -> 1.9.23
org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin -> 1.9.23
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin -> 1.9.23
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin -> 1.9.23
org.jetbrains.kotlin:kotlin-test-testng -> 1.9.23
org.jetbrains.kotlin:kotlin-test-junit5 -> 1.9.23
org.jetbrains.kotlin:kotlin-test-junit -> 1.9.23
org.jetbrains.kotlin:kotlin-test-annotations-common -> 1.9.23
org.jetbrains.kotlin:kotlin-test -> 1.9.23
org.jetbrains.kotlin:kotlin-serialization -> 1.9.23
org.jetbrains.kotlin:kotlin-script-runtime -> 1.9.23
org.jetbrains.kotlin:kotlin-reflect -> 1.9.23
org.jetbrains.kotlin:kotlin-gradle-plugin-api -> 1.9.23
org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.9.23
org.jetbrains.kotlin:kotlin-compiler-internal-test-framework -> 1.9.23
org.jetbrains.kotlin:kotlin-compiler-embeddable -> 1.9.23
org.jetbrains.kotlin:kotlin-compiler -> 1.9.23
org.jetbrains.kotlin:kotlin-annotations-jvm -> 1.9.23
org.eclipse.jgit:org.eclipse.jgit -> 6.9.0.202403050737-r
androidx.compose.material3:material3-window-size-class -> 1.2.1
androidx.compose.material3:material3 -> 1.2.1
app.cash.turbine:turbine -> 1.1.0
org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin -> 1.9.20
io.ktor:ktor-serialization-kotlinx-json -> 2.3.9
io.ktor:ktor-client-okhttp -> 2.3.9
io.ktor:ktor-client-mock -> 2.3.9
io.ktor:ktor-client-core -> 2.3.9
io.ktor:ktor-client-cio -> 2.3.9
io.arrow-kt:arrow-core -> 1.2.3
app.cash.molecule:app.cash.molecule.gradle.plugin -> 1.4.1
app.cash.molecule:molecule-runtime -> 1.4.1
androidx.hilt:hilt-navigation-compose -> 1.2.0
org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin -> 1.17.2
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin -> 0.7.6
org.jetbrains.kotlinx:kotlinx-serialization-json -> 1.6.3
org.jetbrains.kotlinx:kotlinx-serialization-core -> 1.6.3
org.jetbrains.kotlinx:kotlinx-coroutines-test -> 1.8.0
org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.8.0
org.jetbrains.kotlinx:kotlinx-coroutines-android -> 1.8.0
c0.2.4
Added
org.jetbrains.kotlinx:multik-core
org.jetbrains.kotlinx:multik-default
org.jetbrains.kotlinx:multik-kotlin
org.jetbrains.kotlinx:multik-openblas
Fixed
- Kotlin version is not overridden
p0.6.3
Added
withPlugin
function tohubdle
withPlugins
function tohubdle
generate
lifecycle task
Changed
- Compiler tasks dependencies
- Android version to be not
strictly
- Kotlin version to be not
strictly
Fixed
MergeChangelogTask
adds the same updated dependency multiple times with different versions
c0.2.2
Updated
com.javiersc.semver:com.javiersc.semver.gradle.plugin -> 0.5.0
com.squareup.okio:okio -> 3.8.0
com.github.triplet.play:com.github.triplet.play.gradle.plugin -> 3.9.0
c0.2.1
Updated
androidx.compose.compiler:compiler -> 1.5.9
androidx.navigation:navigation-compose -> 2.7.7
androidx.compose.ui:ui-util -> 1.6.1
androidx.compose.ui:ui-tooling-preview -> 1.6.1
androidx.compose.ui:ui-tooling -> 1.6.1
androidx.compose.ui:ui-test-manifest -> 1.6.1
androidx.compose.ui:ui-test -> 1.6.1
androidx.compose.ui:ui -> 1.6.1
androidx.compose.runtime:runtime-saveable -> 1.6.1
androidx.compose.runtime:runtime -> 1.6.1
androidx.compose.material3:material3-window-size-class -> 1.2.0
androidx.compose.material3:material3 -> 1.2.0
androidx.compose.material:material-ripple -> 1.6.1
androidx.compose.material:material-icons-extended -> 1.6.1
androidx.compose.material:material-icons-core -> 1.6.1
androidx.compose.material:material -> 1.6.1
androidx.compose.foundation:foundation-layout -> 1.6.1
androidx.compose.foundation:foundation -> 1.6.1
androidx.compose.animation:animation-graphics -> 1.6.1
androidx.compose.animation:animation-core -> 1.6.1
androidx.compose.animation:animation -> 1.6.1
org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin -> 1.17.1
io.kotest.extensions:kotest-extensions-wiremock -> 3.0.1
org.junit.platform:junit-platform-suite-api -> 1.10.2
org.junit.platform:junit-platform-runner -> 1.10.2
org.junit.platform:junit-platform-launcher -> 1.10.2
org.junit.platform:junit-platform-commons -> 1.10.2
org.junit.jupiter:junit-jupiter-params -> 5.10.2
org.junit.jupiter:junit-jupiter-api -> 5.10.2
org.junit.jupiter:junit-jupiter -> 5.10.2
org.junit:junit-bom -> 5.10.2
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.2
0.6.1
Fixed
- accessing to
publishPlugins
when it is not registered
0.6.0
Added
tests
task to run allTest
tasksfixChecks
taskapplyFormat
depends onfixChecks
taskdumpApi
depends onfixChecks
task
Removed
allTests
task
p0.6.2
Changed
- tag prefix to
p
for Hubdle Gradle plugin
c0.2.0
Updated
com.javiersc.gradle:gradle-test-extensions -> 1.0.0-alpha.34
com.javiersc.gradle:gradle-extensions -> 1.0.0-alpha.34
io.kotest.extensions:kotest-extensions-wiremock -> 3.0.0
gradle -> 8.6
org.jetbrains.compose:org.jetbrains.compose.gradle.plugin -> 1.5.12
app.softwork:kotlinx-serialization-flf -> 0.0.16
app.softwork:kotlinx-serialization-csv -> 0.0.16
io.ktor:ktor-serialization-kotlinx-json -> 2.3.8
io.ktor:ktor-client-okhttp -> 2.3.8
io.ktor:ktor-client-mock -> 2.3.8
io.ktor:ktor-client-core -> 2.3.8
io.ktor:ktor-client-content-negotiation -> 2.3.8
io.ktor:ktor-client-cio -> 2.3.8
io.gitlab.arturbosch.detekt:detekt-gradle-plugin -> 1.23.5
com.squareup.moshi:moshi -> 1.15.1
org.jetbrains.compose.compiler:compiler -> 1.5.8
org.jetbrains.kotlinx:binary-compatibility-validator -> 0.14.0
com.gradle.enterprise:com.gradle.enterprise.gradle.plugin -> 3.16.2
androidx.compose.ui:ui-util -> 1.6.0
androidx.compose.ui:ui-tooling-preview -> 1.6.0
androidx.compose.ui:ui-tooling -> 1.6.0
androidx.compose.ui:ui-test-manifest -> 1.6.0
androidx.compose.ui:ui-test -> 1.6.0
androidx.compose.ui:ui -> 1.6.0
androidx.compose.runtime:runtime-saveable -> 1.6.0
androidx.compose.runtime:runtime -> 1.6.0
androidx.compose.material:material-ripple -> 1.6.0
androidx.compose.material:material-icons-extended -> 1.6.0
androidx.compose.material:material-icons-core -> 1.6.0
androidx.compose.material:material -> 1.6.0
androidx.compose.foundation:foundation-layout -> 1.6.0
androidx.compose.foundation:foundation -> 1.6.0
androidx.compose.animation:animation-graphics -> 1.6.0
androidx.compose.animation:animation-core -> 1.6.0
androidx.compose.animation:animation -> 1.6.0
com.android.library:com.android.library.gradle.plugin -> 8.2.2
com.android.application:com.android.application.gradle.plugin -> 8.2.2
com.android.tools.build:gradle -> 8.2.2
com.diffplug.spotless:spotless-plugin-gradle -> 6.25.0
org.jetbrains.intellij.plugins:gradle-intellij-plugin -> 1.17.0
com.facebook:ktfmt -> 0.47
androidx.lifecycle:lifecycle-viewmodel-compose -> 2.7.0
androidx.lifecycle:lifecycle-viewmodel-ktx -> 2.7.0
androidx.lifecycle:lifecycle-viewmodel -> 2.7.0
androidx.compose.compiler:compiler -> 1.5.8
app.cash.molecule:app.cash.molecule.gradle.plugin -> 1.3.2
app.cash.molecule:molecule-runtime -> 1.3.2
org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin -> 1.9.22
org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin -> 1.9.22
org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin -> 1.9.22
org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin -> 1.9.22
org.jetbrains.kotlin:kotlin-serialization -> 1.9.22
org.jetbrains.kotlin:kotlin-test-testng -> 1.9.22
org.jetbrains.kotlin:kotlin-test-junit5 -> 1.9.22
org.jetbrains.kotlin:kotlin-test-junit -> 1.9.22
org.jetbrains.kotlin:kotlin-test-annotations-common -> 1.9.22
org.jetbrains.kotlin:kotlin-test -> 1.9.22
org.jetbrains.kotlin:kotlin-script-runtime -> 1.9.22
org.jetbrains.kotlin:kotlin-reflect -> 1.9.22
org.jetbrains.kotlin:kotlin-gradle-plugin-api -> 1.9.22
org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.9.22
org.jetbrains.kotlin:kotlin-compiler-internal-test-framework -> 1.9.22
org.jetbrains.kotlin:kotlin-compiler-embeddable -> 1.9.22
org.jetbrains.kotlin:kotlin-compiler -> 1.9.22
org.jetbrains.kotlin:kotlin-annotations-jvm -> 1.9.22
org.jetbrains:markdown -> 0.6.1
io.insert-koin:koin-test-junit5 -> 3.5.3
io.insert-koin:koin-test-junit4 -> 3.5.3
io.insert-koin:koin-test -> 3.5.3
io.insert-koin:koin-logger-slf4j -> 3.5.3
io.insert-koin:koin-ktor -> 3.5.3
io.insert-koin:koin-core -> 3.5.3
io.insert-koin:koin-androidx-compose -> 3.5.3
io.insert-koin:koin-android -> 3.5.3
com.squareup.okhttp3:mockwebserver3-junit5 -> 5.0.0-alpha.12
com.squareup.okhttp3:mockwebserver3-junit4 -> 5.0.0-alpha.12
com.squareup.okhttp3:mockwebserver -> 5.0.0-alpha.12
com.squareup.okio:okio -> 3.7.0