blob: 9154ae5a189685c8fc68b22def286660e4b3cd6b [file]
description = "Compatibility artifact with Mutable and ReadOnly annotations"
plugins {
java
}
project.updateJvmTarget("1.8")
sourceSets {
"main" { projectDefault() }
"test" {}
}