Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 689 Bytes

Steps to reproduce:

# Put 
#  - compiler plugin (com.example.kcp:plugin:1) 
#  - gradle plugin (com.example.gp.pluginId:com.example.gp.pluginId.gradle.plugin:1) 
#  into local maven:
cd plugin
./gradlew publishToMavenLocal

# run test
cd ../test
./gradlew linuxX64Test  # success [fail if switch off id("com.example.gp.pluginId")]
./gradlew jvmTest       # fail - reason of my pain :)