Skip to content

This plugin provides a standardized build setup for all projects within the organization. It includes shared configurations, tasks, and dependencies, ensuring consistency, reducing setup time, and aligning with organizational best practices. Ideal for streamlining project builds and maintaining uniformity across teams.

Notifications You must be signed in to change notification settings

BurgerbudeORG/burger-gradle

Repository files navigation

Burger Gradle

This Gradle plugin serves as a standardized foundation for all projects within the organization. It provides a common set of configurations, tasks, and dependencies that streamline build processes, enforce coding standards, and ensure consistency across all projects. By using this plugin, teams can quickly set up new projects, reduce maintenance efforts, and align with the organization's best practices.

settings.gradle.kts

buildscript {
  repositories {
    maven("https://pommes.burgerbude.org/api/v1/maven/production/libraries/")
  }

  dependencies {
    classpath("org.burgerbude.gradle", "burger-plugin", "<VERSION>")
  }
}

build.gradle.kts

plugins {
  id("org.burgerbude.burger")
}

About

This plugin provides a standardized build setup for all projects within the organization. It includes shared configurations, tasks, and dependencies, ensuring consistency, reducing setup time, and aligning with organizational best practices. Ideal for streamlining project builds and maintaining uniformity across teams.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages