Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.75 KB

File metadata and controls

36 lines (23 loc) · 1.75 KB
Tapmoc Logo

Slack

Maven Central Maven Snapshots Gradleup Snapshots


Tapmoc

Tapmoc helps you configure your Java/Kotlin compatibility flags:

tapmoc {
  java(17) // build for Java 17, including source, target and api compatibility
  kotlin("2.1.0") // build for kotlin 2.1.0, including language and api version
}

📚 Documentation

See the project website for documentation:
https://gradleup.github.io/tapmoc/