diff --git a/pl/cross/tools/build/gradle/docs/courses.txt b/pl/cross/tools/build/gradle/docs/courses.txt index 320549d97..dd88a93df 100644 --- a/pl/cross/tools/build/gradle/docs/courses.txt +++ b/pl/cross/tools/build/gradle/docs/courses.txt @@ -1,3 +1,5 @@ +https://dpeuniversity.gradle.com/app + 2021 [Udemy] Gradle (2021) [RU] https://nnmclub.to/forum/viewtopic.php?t=1555274 diff --git a/pl/cross/tools/build/gradle/docs/whatsnew.txt b/pl/cross/tools/build/gradle/docs/whatsnew.txt index c5f730227..c03d3e883 100644 --- a/pl/cross/tools/build/gradle/docs/whatsnew.txt +++ b/pl/cross/tools/build/gradle/docs/whatsnew.txt @@ -1,6 +1,11 @@ https://github.com/gradle/gradle/releases +9.x +Jfocus - The road to Gradle 9 by Louis Jacomet 0:00 of 50:24 + https://www.youtube.com/watch?v=uIq5X7Ty0_0 + 8.x +https://docs.gradle.org/8.10/release-notes.html https://docs.gradle.org/8.9/release-notes.html https://docs.gradle.org/8.8/release-notes.html https://docs.gradle.org/8.7/release-notes.html @@ -11,6 +16,7 @@ https://docs.gradle.org/8.3/release-notes.html https://docs.gradle.org/8.2/release-notes.html https://docs.gradle.org/8.1/release-notes.html https://docs.gradle.org/8.0/release-notes.html +https://gradle.org/whats-new/gradle-8/ 7.x https://docs.gradle.org/7.6/release-notes.html diff --git a/pl/cross/tools/build/gradle/features/declarative.txt b/pl/cross/tools/build/gradle/features/declarative.txt new file mode 100644 index 000000000..c138b9fe9 --- /dev/null +++ b/pl/cross/tools/build/gradle/features/declarative.txt @@ -0,0 +1,22 @@ +https://declarative.gradle.org/ +https://github.com/gradle/declarative-gradle + +https://github.com/gradle/declarative-gradle/tree/main/docs/getting-started +https://github.com/gradle/declarative-gradle/tree/main/docs/reference +https://github.com/gradle/declarative-gradle/blob/main/docs/reference/software-features.md +https://github.com/gradle/declarative-gradle/tree/main/docs/publications +https://github.com/kotlin-magazine/kotlin-magazine/blob/main/articles/siggi_gunnarsson_declarative_builds_for_kotlin.md +https://github.com/gradle/declarative-gradle/blob/main/docs/EAP.md + +https://declarative.gradle.org/docs/getting-started/ + +https://github.com/orgs/gradle/projects/96/views/1 + +2024 +Gradle - Declarative Gradle of p4 + https://www.youtube.com/playlist?list=PLLQbIfXVLZqGJUUZsr-vlwLZGqaX4iPzv +https://github.com/gradle/declarative-gradle/blob/main/docs/publications/2024-05-kotlinconf.md + https://eskatos.github.io/declarative-kotlinconf-2024/2024-kotlinconf-declarative-gradle-slides.pdf +https://blog.gradle.org/declarative-gradle-first-eap +2023 +https://blog.gradle.org/declarative-gradle diff --git a/pl/rs/libfws/io/persistence/sql/sqlx.txt b/pl/rs/libfws/io/persistence/sql/sqlx.txt index 5444e6266..3bbb0ac56 100644 --- a/pl/rs/libfws/io/persistence/sql/sqlx.txt +++ b/pl/rs/libfws/io/persistence/sql/sqlx.txt @@ -5,6 +5,10 @@ https://crates.io/crates/sqlx_migrator https://docs.rs/sqlx/latest/sqlx/ https://github.com/launchbadge/sqlx +2024 +CodeToTheMoon - Rust + Next-Gen SQL Databases = 😍 0:00 of 13:52 + https://www.youtube.com/watch?v=QdGiOMInegM + distributed databases CockroachDB and YugabyteDB 2023 https://www.shuttle.rs/blog/2023/10/04/sql-in-rust https://cosmichorror.dev/posts/speeding-up-sqlx-compile-times/