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

Latest commit

 

History

History

model-rules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.