Skip to content

vdshb/kcp-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages