Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Sep 17, 2024
1 parent 5d3d2db commit ca50753
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ plugins {
id "org.jetbrains.dokka" version "1.6.10"
}

def user =System.getProperty("ARTIFACTORY_USER")
def pw = System.getProperty("ARTIFACTORY_PASSWORD")

println(">>>>> Artif.C: $user / $pw")

println(">>> ENV:")
System.getenv().forEach { k,v-> println("$k -> $v") }

allprojects {
project.ext {
coreVersion = '1.3.1'
Expand Down

0 comments on commit ca50753

Please sign in to comment.