Skip to content

Commit

Permalink
Basic clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverspryn committed Feb 7, 2024
1 parent 6491bed commit 2a3e0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PublishConventionPlugin : Plugin<Project> {
version = CentralRepository.Artifact.VERSION

afterEvaluate {
from(components["release"])
from(components[BuildConfig.BuildType.Release.name])
}

pom {
Expand Down
4 changes: 2 additions & 2 deletions build-logic/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gradle properties are not passed to included builds https://github.com/gradle/gradle/issues/2534
org.gradle.parallel=true
# Gradle's property files are not passed to included builds https://github.com/gradle/gradle/issues/2534
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.parallel=true

0 comments on commit 2a3e0fe

Please sign in to comment.