metaborg / metaborg-gradle

Metaborg Gradle convention and development plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaborg Gradle Plugins

Build License GitHub Release Documentation

The Metaborg Gradle convention and development plugins.

Documentation

Artifact Latest Release
org.metaborg.convention.settings org.metaborg.convention.settings
org.metaborg.convention.java org.metaborg.convention.java
org.metaborg.convention.maven-publish org.metaborg.convention.maven-publish
org.metaborg.convention.root-project org.metaborg.convention.root-project

Gradle Convention

The org.metaborg.convention plugins applies any conventional configuration to Metaborg build and projects. It has the following plugins:

  • org.metaborg.convention.settings: Configures a build (in settings.gradle.kts) by applying a version catalog and the Develocity plugin.
  • org.metaborg.convention.java: Configures a project as a Java project (library or application).
  • org.metaborg.convention.maven-publish: Configures the Maven publications for a project.
  • org.metaborg.convention.root-project: Configures the root project of a Gradle multi-project build.

License

Copyright 2024 Delft University of Technology

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Metaborg Gradle convention and development plugins.

License:Apache License 2.0


Languages

Language:Kotlin 99.5%Language:Java 0.5%