Search Gradle plugins

io.github.kostyanoy.helios-push

This plugin allows you to push your files to the helios server by setting up parameters only once

https://github.com/kostyanoy/helios-push

Sources: https://github.com/kostyanoy/helios-push.git

Version 1.0.2 (latest)

1.0.2

Created 09 November 2022.

This plugin allows you to push your files to the helios server by setting up parameters only once

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.kostyanoy.helios-push") version "1.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.kostyanoy:helios-push:1.0.2")
      }
    }
    
    apply(plugin = "io.github.kostyanoy.helios-push")
  • Applying plugins to all subprojects .