Skip to content

Commit

Permalink
Make client v2 generic
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 28, 2025
1 parent 22fb509 commit 830d7e1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
buildscript {
repositories {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
dependencies {
classpath("com.bakdata.gradle:sonatype:1.7.1-SNAPSHOT")
}
}

description = "A Java client for KServe inference services."

plugins {
`java-library`
id("com.bakdata.release") version "1.6.1"
id("com.bakdata.sonar") version "1.6.1"
// id("com.bakdata.sonatype") version "1.6.1"
id("com.bakdata.sonatype") version "1.7.1"
id("io.freefair.lombok") version "8.11"
id("java-test-fixtures")
}
apply(plugin = "com.bakdata.sonatype")

group = "com.bakdata.kserve"

Expand Down

0 comments on commit 830d7e1

Please sign in to comment.