Skip to content

Instantly share code, notes, and snippets.

@siosio
Last active September 3, 2016 02:11
Show Gist options
  • Save siosio/f1eeeb87b59647ac1c375c5ebf012c97 to your computer and use it in GitHub Desktop.
Save siosio/f1eeeb87b59647ac1c375c5ebf012c97 to your computer and use it in GitHub Desktop.
sut.getProjectManager().createProject {
projectId = "kotlin-sql"
projectName = "kotlinでSQL実行できる的ななにか"
projectType = ProjectType.Gradle
codeReviewIdPattern = "kot-{}"
vcsSettings {
+vcs(id = "kotlin-sql", vcs = Vcs.git, url = "https://github.com/siosio/kotlin-sql")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment