-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from huanshankeji/dev-dependent-on-snapshots
Depend on snapshots, adapt to the new Exposed DSL, split modules, and completely overhaul the client creation APIs
- Loading branch information
Showing
58 changed files
with
1,349 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import com.huanshankeji.team.`Shreck Ye` | ||
import com.huanshankeji.team.pomForTeamDefaultOpenSource | ||
|
||
plugins { | ||
id("conventions") | ||
id("com.huanshankeji.kotlin-jvm-library-sonatype-ossrh-publish-conventions") | ||
id("com.huanshankeji.team.default-github-packages-maven-publish") | ||
id("com.huanshankeji.team.dokka.github-dokka-convention") | ||
} | ||
|
||
publishing.publications.getByName<MavenPublication>("maven") { | ||
pomForTeamDefaultOpenSource(project, "Exposed Vert.x SQL Client", "Exposed on top of Vert.x Reactive SQL Client") { | ||
`Shreck Ye`() | ||
} | ||
} |
Oops, something went wrong.