Docs Wiki
  • Usage
    • build.gradle
    • Gradle Wrapper
    • Testing
      • Setting Up JUnit with Gradle
        • With libGDX
  • Resources
Wiki Root | index

Gradle Usage

Mark Lucernas
Sep 26, 2020

Usage

  • πŸ“„ Gradle Guides

build.gradle

  • πŸ“„ What’s the difference between implementation and compile in Gradle?

Gradle Wrapper

  • πŸ“„ Understanding the Gradle Wrapper

Testing

Setting Up JUnit with Gradle

  • πŸ“„ JUnit 5 with Gradle
  • πŸ“Ί JUnit 5 Gradle Project Configuration
  • πŸ“„ JUnit 5 Tutorial: Running Unit Tests With Gradle
  • πŸ“„ GitHub: Running Unit Tests With Maven and Gradle
  • πŸ“„ Setup JUnit, Mockito in LibGdx (Kotlin)

With libGDX

  • πŸ“„ JUnit testing of libGDX game in Android Studio


Resources

  • πŸ“„ Gradle Guides
  • πŸ“„ What’s the difference between implementation and compile in Gradle?
  • πŸ“„ Understanding the Gradle Wrapper
  • πŸ“„ JUnit 5 with Gradle
  • πŸ“Ί JUnit 5 Gradle Project Configuration
  • πŸ“„ JUnit 5 Tutorial: Running Unit Tests With Gradle
  • πŸ“„ GitHub: Running Unit Tests With Maven and Gradle
  • πŸ“„ Setup JUnit, Mockito in LibGdx (Kotlin)
  • πŸ“„ JUnit testing of libGDX game in Android Studio