Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Test #159

Closed
wants to merge 1 commit into from
Closed

Test #159

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ tasks.whenTaskAdded { task ->
}
}

//For local development:
//def libVersion = '999'
/* For local development:
//def libVersion = '999'*/
def libVersion = scmVersion.version

publishing {
Expand Down
Loading