Skip to content

Commit

Permalink
chore: add hibernate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Oct 7, 2024
1 parent efd835f commit 389a62a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gradle/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,10 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}

sourceSets {
main {
java {
srcDirs += "${layout.buildDirectory}/generated/sources/annotationProcessor/java"
}
}
}

test {
useJUnitPlatform()
}


dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
Expand Down

0 comments on commit 389a62a

Please sign in to comment.