Skip to the content.

Build Status Quality Gate Status Coverage Gradle Plugin Portal

C Language Gradle Plugin

This is a Gradle Plugin for Building C Projects.

Getting Started

Use the plugins DSL and learn how to apply plugins to subprojects.

C Application Plugin

The C Application Plugin provides the tasks, configurations and conventions for building a C application.

It is currently based on the C++ Application Plugin.

Usage

plugins {
  id "dev.guillermo.gradle.c-application" version "0.3.1"
}

C Library Plugin

The C Library Plugin provides the tasks, conventions and conventions for building a C library.

It is currently based on the C++ Library Plugin.

Usage

plugins {
  id "dev.guillermo.gradle.c-library" version "0.3.1"
}

C Unit Test Plugin

The C Unit Test Plugin provides the tasks, configurations and conventions for integrating with a C executable-based testing framework.

It is currently based on the C++ Unit Test Plugin.

Usage

plugins {
  id "dev.guillermo.gradle.c-unit-test" version "0.3.1"
}

Releases

This library adheres to Semantic Versioning.

Artifacts are available in Gradle Plugin Portal.

Author

Copyright 2023 Guillermo Calvo

License

This library is licensed under the Apache License, Version 2.0 (the “License”); you may not use it except in compliance with the License.

You may obtain a copy of the License at http://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.

Permitted

Required

Forbidden