Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyadreamix committed Aug 16, 2024
1 parent 355aba7 commit c57f52e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
`maven-publish`
alias(libs.plugins.kotlin)
alias(libs.plugins.ktor)
}
Expand All @@ -14,3 +15,14 @@ dependencies {
api(project(":drive"))
api(project(":sheets"))
}

afterEvaluate {
publishing {
publications.create<MavenPublication>("release") {
from(components.findByName("release"))
groupId = "com.github.ilyadreamix.gapi"
artifactId = "gapi"
version = "1.0.0"
}
}
}
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17

0 comments on commit c57f52e

Please # to comment.