Search Gradle plugins

Version 0.1.4 (latest)

0.1.4

Created 30 June 2024.

Download Google Sheet as CSV

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.vrerv.gradle.plugin.gsheet.download") version "0.1.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.vrerv.gradle.plugin:plugin:0.1.4")
      }
    }
    
    apply(plugin = "com.vrerv.gradle.plugin.gsheet.download")
  • Applying plugins to all subprojects .