Search Gradle plugins

Version 0.3.5 (latest)

0.3.5

Created 31 October 2022.

Adds Maven Repositories for GitLab groups and/or projects

Add this plugin to your build using the plugins DSL:

plugins {
  id("no.tritt.gitlab-conventions") version "0.3.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("no.tritt.gradle:gitlab-conventions:0.3.5")
      }
    }
    
    apply(plugin = "no.tritt.gitlab-conventions")
  • Applying plugins to all subprojects .