Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: Add component to kotlin feature #22

Merged
merged 2 commits into from
Sep 15, 2021
Merged

feat: Add component to kotlin feature #22

merged 2 commits into from
Sep 15, 2021

Conversation

nbrouand
Copy link
Member

No description provided.

inputs = mapOf("statements" to statements),
inputs = mapOf(
"statements" to statements,
"nbLoggedRow" to nbLoggedRow
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't a required input.
Maybe something like this : ("nbLoggedRow" to nbLoggedRow).takeIf { nbLoggedRow.isNotBlank() }

@@ -0,0 +1,42 @@
package com.chutneytesting.kotlin.transformation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe put this in synchornize package ?

import com.chutneytesting.kotlin.util.ChutneyServerInfo
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper

fun main() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This main won't work as is, will it ?

@nbrouand nbrouand merged commit 8afa3c8 into master Sep 15, 2021
@nbrouand nbrouand deleted the feat/cicdv0 branch September 15, 2021 09:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants