Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move SimpleBaseTest to be Kotlin based #2703

Merged
merged 1 commit into from Jan 10, 2022

Commits on Jan 8, 2022

  1. Move SimpleBaseTest to be Kotlin based

    Refactored one of the base classes for all tests
    To be Kotlin based.
    
    Altered the build file to define test compilation
    Order such that:
    
    * Kotlin code gets built first before Groovy test code
    * Kotlin build output directory gets added to the 
    Classpath of groovy test compilation.
    krmahadevan committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    2cb6b7f View commit details
    Browse the repository at this point in the history