Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhyeong committed Jun 10, 2024
1 parent 317e3aa commit af6eac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ repositories {
}
}

group "com.navercorp.eventeria"
version "1.2.0"

dependencies {
implementation("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
implementation("io.spring.gradle:dependency-management-plugin:1.1.5")
Expand Down
3 changes: 3 additions & 0 deletions buildSrc/src/main/groovy/eventeria.publish-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ plugins {
id "signing"
}

group "com.navercorp.eventeria"
version "1.2.1"

tasks.withType(Javadoc).configureEach { enabled = false }

java {
Expand Down

0 comments on commit af6eac3

Please sign in to comment.