Search Gradle plugins

Version 0.8.0-beta (latest)

0.8.0-beta

Created 21 May 2024.

It is an AAR file to JAR file extraction tool.

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.timaviciix.robotools.aar-to-jar-tool") version "0.8.0-beta"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.timaviciix:RoboLogic_AARToJAR_Plugin:0.8.0-beta")
      }
    }
    
    apply(plugin = "io.github.timaviciix.robotools.aar-to-jar-tool")
  • Applying plugins to all subprojects .