Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 393 Bytes

File metadata and controls

13 lines (7 loc) · 393 Bytes

model-rules

Demonstrates how to write model rules in Kotlin and how to apply them from a .gradle.kts file.

Check out the rule source written in Kotlin.

Check out how it is applied in the build.gradle.kts file.

Run with:

./gradlew hello

This will apply the model rules and run the created hello task.