Search Gradle plugins

Version 0.3.1-test-2

0.3.1-test-2

Created 23 September 2022.

Publishes to a Maven registry of GitHub Packages.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.huanshankeji.github-packages-maven-publish") version "0.3.1-test-2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.3.1-test-2")
      }
    }
    
    apply(plugin = "com.huanshankeji.github-packages-maven-publish")
  • Applying plugins to all subprojects .