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

Add listing of Gradle related books to the Community Site #98

Open
4 tasks
oleg-nenashev opened this issue Oct 2, 2024 · 8 comments
Open
4 tasks

Add listing of Gradle related books to the Community Site #98

oleg-nenashev opened this issue Oct 2, 2024 · 8 comments
Labels
enhancement New feature or request help wanted Extra attention is needed website Community wedsite

Comments

@oleg-nenashev
Copy link
Member

oleg-nenashev commented Oct 2, 2024

Before 2020, there was a list of Gradle related books on gradle.org. Then, it was removed. It would be nice to restore it as a collaborative resource on the community site that could be updated by the authors

In the new implementation, we should not include samples IMHO, we are not a book shop. But having summuries and references would be a good thing.

Suggested steps

That can be done in multiple pull requests

Attachments

File from the 2020s:
I can dump images upon request.

Click me
- title: Gradle Recipes for Android
  image: oreilly-gradle-recipes-for-android.jpg
  cta_link: https://gradle.com/recipes-for-android/
  cta_text: Free Download
  subtitle: Master the New Build System for Android
  description: |
    Android adopted Gradle as the preferred build automation system a few years ago, but many Android developers are still unfamiliar with this open source tool. This hands-on guide provides a collection of Gradle recipes to help you quickly and easily accomplish the most common build tasks for your Android apps. You'll learn how to customize project layouts, add dependencies, and generate many different versions of your app.

- title: Gradle in Action
  image: manning-gradle-in-action.jpg
  sample: manning-publications-gradle-in-action.pdf
  cta_link: http://manning.com/muschko
  cta_text: Purchase from Manning
  description: |
    _Gradle in Action_ is a comprehensive guide to end-to-end project automation with Gradle. Starting with the basics, this practical, easy-to-read book discusses how to build a full-fledged, real-world project. Along the way, it touches on advanced topics like testing, continuous integration, and monitoring code quality. You'll also explore tasks like setting up your target environment and deploying your software.

- title: Idiomatic Gradle
  image: leanpub-idiomatic-gradle.png
  cta_link: https://leanpub.com/idiomaticgradle
  cta_text: Purchase from LeanPub
  subtitle: 25 recipes for plugin authors
  description: |
    Write Gradle plugins in a form that extends the Gradle DSL in a readable and gradlesque way. Make it easy for consumers of the plugins to adopt it in their build scripts. These recipes provide a common ground for users as well as maintainers of a plugin.

- title: Gradle Effective Implementations Guide (2<sup>nd</sup> Ed.)
  image: packt-gradle-effective-implementations-guide.jpg
  sample: packt-gradle-effective-implementations-guide.pdf
  cta_link: https://www.packtpub.com/web-development/gradle-effective-implementations-guide-second-edition
  cta_text: Purchase from Packt
  subtitle: A comprehensive guide to get up and running with build automation using Gradle
  description: |
    Gradle is a project automation tool that has a wide range of applications. The basic aim of Gradle is to automate a wide variety of tasks performed by software developers, including compiling computer source code to binary code, packaging binary codes, running tests, deploying applications to production systems, and creating documentation.

    The book will start with the fundamentals of Gradle and introduce you to the tools that will be used in further chapters. You will learn to create and work with Gradle scripts and then see how to use Gradle to build your Java Projects. While building Java application, you will find out about other important topics such as dependency management, publishing artifacts, and integrating the application with other JVM languages such as Scala and Groovy.

    By the end of this book, you will be able to use Gradle in your daily development. Writing tasks, applying plugins, and creating build logic will be your second nature.

- title: Gradle Essentials
  image: packt-gradle-essentials.jpg
  sample: packt-gradle-essentials.pdf
  cta_link: https://www.packtpub.com/web-development/gradle-essentials
  cta_text: Purchase from Packt
  subtitle: Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide
  description: |
    Gradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build.

    Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion.

    You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive.

    All in all, this book is a concise guide to help you decipher the Gradle build files, covering the essential topics that are most useful in real-world projects. With every chapter, you will learn a new topic and be able to readily implement your build files.

- title: Gradle for Android
  image: packt-gradle-for-android.jpg
  sample: packt-gradle-for-android.pdf
  cta_link: https://www.packtpub.com/application-development/gradle-android
  cta_text: Purchase from Packt
  subtitle: Automate the build process for your Android projects with Gradle
  description: |
    Gradle is an open source build automation system that introduces a Groovy-based domain-specific language (DSL) to configure projects. Using Gradle makes it easy for Android developers to manage dependencies and set up the entire build process.

    This book begins by taking you through the basics of Gradle and how it works with Android Studio. Furthermore, you will learn how to add local and remote dependencies to your project. You will work with build variants, such as debug and release, paid and free, and even combinations of these things. The book will also help you set up unit and integration testing with different libraries and will show how Gradle and Android Studio can make running tests easier. Finally, you will be shown a number of tips and tricks on the advanced customization of your application's build process. By the end of this book, you will be able to customize the entire build process, and create your own tasks and plugins for your Gradle builds.

- title: Mastering Gradle
  image: packt-mastering-gradle.jpg
  sample: packt-mastering-gradle.pdf
  cta_link: https://www.packtpub.com/web-development/mastering-gradle
  cta_text: Purchase from Packt
  subtitle: Master the technique of developing, migrating, and building automation using Gradle
  description: |
    With Gradle, you can efficiently build automation framework along with some flexible alternatives to customized build logic. This book starts with sound basics about build automation and how Gradle fits into this automation. It then moves on to give you a good exposure on Groovy—a scripting language used to write Gradle—and helps you understand a key elements of Groovy programming language. In the following chapters, you will deal with task management and learn how to integrate Ant tasks into build scripts. Furthermore, you will learn dependency management, plugin management, and its configuration techniques in Gradle. You will also get hands-on with building and testing projects using Gradle. You will then begin to cover diverse topics, such as Continuous Integration with Jenkins and TeamCity, Migration strategies, and Deployment, which enables you to learn concepts useful for Agile software development. Finally, you will also learn how to create a simple mobile application using Android and explore how Gradle can help you to build and test the application.

- title: Gradle Dependency Management
  image: packt-gradle-dependency-management.jpg
  sample: packt-gradle-dependency-management.pdf
  cta_link: https://www.packtpub.com/application-development/gradle-dependency-management
  cta_text: Purchase from Packt
  subtitle: Learn how to use Gradle's powerful dependency management through extensive code samples, and discover how to define, customize, and deploy dependencies
  description: |
    Gradle is the next generation in build automation. It allows you to define dependencies for your project in a clear way and also customize how they are resolved to suit your needs. It offers fine-grained control over how to publish your artifacts to Maven and Ivy repositories.

    Gradle Dependency Management defines dependencies for your Java-based project and customizes how they are resolved. You will learn how to configure the publication of artifacts to different repositories. Packed with plenty of code samples, you will understand how to define the repositories that contain dependencies. Following this, you will learn how to customize the dependency resolution process in Gradle.

- title: Gradle Goodness Notebook
  image: leanpub-gradle-goodness-notebook.png
  cta_link: https://leanpub.com/gradle-goodness-notebook
  cta_text: Purchase from LeanPub
  subtitle: Experience Gradle through code snippets
  description: |
    Learn more about Gradle features with code snippets and short articles. The articles and code will get you started quickly and will give more insight in Gradle.

- title: Gradle
  subtitle: Ein kompakter Einstieg in das Build-Management-System
  cta_text: Purchase from Dpunkt
  cta_link: http://www.dpunkt.de/buecher/4015/gradle.html
  image: dpunkt-gradle.jpg
  description: |
    Gradle ist ein modernes Build-Management-System, das auf Groovy basiert und sich immer mehr zu einer Konkurrenz für bestehende Tools entwickelt. Gradle kann sehr gut an verschiedenste Umgebungen und Problemstellungen angepasst werden und zwingt dem Benutzer keine eigenen Vorgaben auf. Es ist in der Lage, auch komplexere Builds mit geringem Aufwand zu unterstützen.

    Anschaulich demonstriert Joachim Baumann die praktische Verwendung von Gradle in Szenarien unterschiedlicher Komplexität und bietet Ihnen so einen schnellen Einstieg in die Verwendung von Gradle.

- title: Gradle 徹底入門 次世代ビルドツールによる自動化基盤の構築
  image: shoeisha-gradle-introduction.jpg
  cta_link: https://www.amazon.co.jp/Gradle%E5%BE%B9%E5%BA%95%E5%85%A5%E9%96%80-%E6%AC%A1%E4%B8%96%E4%BB%A3%E3%83%93%E3%83%AB%E3%83%89%E3%83%84%E3%83%BC%E3%83%AB%E3%81%AB%E3%82%88%E3%82%8B%E8%87%AA%E5%8B%95%E5%8C%96%E5%9F%BA%E7%9B%A4%E3%81%AE%E6%A7%8B%E7%AF%89-%E7%B6%BF%E5%BC%95-%E7%90%A2%E7%A3%A8/dp/4798136433/ref=sr_1_1
  cta_text: Purchase from Amazon
  description: |
     Groovyベースのビルドツール「Gradle」は、SpringやHibernateなどの著名なOSSで利用されているほか、Androidの公式ビルドツールとして採用されており、これからの開発者やビルド職人には無視することのできないツールのひとつと言えるでしょう。
      本書は、GradleのインストールからJavaアプリケーションのビルドやテスト、依存関係の管理、ビルド成果物の公開などのGradleの主要な機能の解説に加え、詳細なスクリプトファイルの記述方法からCIツールやIDEとの連携といった実業務で必要となる範囲までをカバーした日本語初のGradleの解説書となります。

      有識者によるGradle 2.0ベース(1.x系ベースの章や2.1のトピックなどもあります)で書き下ろされた500ページを超える本書は「徹底入門」の名に恥じない内容で、これだけ充実したGradle解説書は、日本語ではもちろん英語でも類を見ません。

      これからGradleを始める人、Gradleをもっと使いこなしたい人、GradleとJenkinsでCIをやりたい人、AntやMavenからの移行を考えている人…などなど、多くの開発者やビルド職人にお勧めできる一冊です。

- title: 안드로이드를 위한 Gradle
  image: hanbit-gradle-for-android.jpg
  cta_text: Purchase from Hanbit
  cta_link: http://www.hanbit.co.kr/store/books/look.php?p_code=E8537768618
  subtitle: 안드로이드 스튜디오를 이용한 빌드 자동화
  description: |
    이 책은 안드로이드 개발 경험이 있는 개발자 중에서 안드로이드 스튜디오와 Gradle의 기본적인 내용을 빠르게 학습하고자 하는 독자를 대상으로 합니다. 간단한 안드로이드 앱을 만들어본 경험이 있다면 누구든 이 책을 이해하는 데 문제가 없습니다. 책에 있는 예제는 Hello World와 간단한 버튼이 있는 UI 정도로 매우 간단합니다.

    그동안 Gradle에 관한 책은 몇 권 있었지만, 안드로이드 개발자가 바로 따라 해보기는 어려웠습니다. 그래서 저자가 실무에서 겪은 내용을 알기 쉽게 풀어냈습니다. Gradle의 백미는 멀티 프로젝트의 활용입니다. 현재 이클립스로 진행 중인 개발 프로젝트가 있다면 단지 Gradle로 동일하게 변환하는 데 만족하지 말고 독립적인 기능을 별도 모듈로 구성하여 멀티 프로젝트로 구성해 보기를 추천합니다. Gradle 내부를 이해하는 데 큰 도움이 됩니다.

    이 책은 안드로이드 스튜디오 버전 2.0을 기반으로 하고 있습니다.
@oleg-nenashev oleg-nenashev added enhancement New feature or request help wanted Extra attention is needed website Community wedsite labels Oct 2, 2024
@pragyananda
Copy link

can you assign me this issue?

@oleg-nenashev
Copy link
Member Author

@pragyananda feel free to work on it and submit patches. We normally do not assign issues

@pragyananda
Copy link

ok no problem .

@pragyananda
Copy link

hello @oleg-nenashev can you help me with this, I want where (Add listing of Gradle related books to the Community Site) add listing, in the home page, or in resources ?

@oleg-nenashev
Copy link
Member Author

oleg-nenashev commented Oct 7, 2024 via email

@pragyananda
Copy link

yeah, same i was thinking.

@pragyananda
Copy link

I made the books.md then what to do?

@oleg-nenashev
Copy link
Member Author

Please see the suggested steps @pragyananda . If you could submit a pull request with your current status, we can start reviewing it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed website Community wedsite
Projects
None yet
Development

No branches or pull requests

2 participants