Skip to content

Commit

Permalink
Enable sources in publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Oct 9, 2024
1 parent 6a257ca commit 17811ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {
}

subprojects {
apply from: "${rootProject.projectDir}/publishing.gradle"
if (name != 'bom') {
apply plugin: 'java-library'
apply plugin: 'org.jpos.jposapp'
Expand All @@ -33,14 +34,15 @@ subprojects {
// maxParallelForks = Runtime.runtime.availableProcessors()
// }
}
dependencies {
dependencies{
testImplementation testlibs.junit
testRuntimeOnly testlibs.junitRuntime
}
}
java {
sourceCompatibility = JavaVersion.VERSION_22
targetCompatibility = JavaVersion.VERSION_22
withSourcesJar()
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 17811ac

Please sign in to comment.