Polishing versionsOnlyMode
See original GitHub issueSummary of the conversation:
- Improve documentation in #77 once this is done
- Find Groovy and Kotlin code that make use of this code convention
- Add
buildSrcVersions.alwaysUpdateVersions()
- Crash with
named()
on older versions - Put properties last in the file
- Add option
./gradlew :refreshVersions --update
- Also display available updates for plugins, see #60
- Remove duplicates from output
- Use format
version.bcpkix.jdk15on=1.0.0
- Use format
version.org.square.retrofit=1.0.0
when dependencies can be grouped - Use format
version.com.example.group.name=1.0.0
for FQDN - Display update with
# \-- available=1.13
- Remove
gradleCurrentVersion
- Task
$ ./gradlew refreshVersions
update “gradle.properties” #69 - No copy-paste should be needed for “gradle.properties”
- If gradle.properties, just create it
- Refactor the task to use multiple actions
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (11 by maintainers)
Top Results From Across the Web
Polishing versionsOnlyMode · Issue #67 - GitHub
This feature is new so it probably needs some polishing. But here is what works well for the normal mode that generates Versions.kt...
Read more >ALL YOU NEED TO KNOW ABOUT POLISHING TECHNIQUE
Hey everyone !Welcome to #askHearns ! Our Model Kit expert is sharing sone knowledge about Polishing Technique !Any question you might have ...
Read more >EASY 2 Step Polishing Process on a Semi | Renegade Products
In this video, we guide you through an easy 2 step process on how to polish wheels on a Big Rig/Semi Truck with...
Read more >How To Restore Black Trim Through Polishing... A Simple Fix!
In this video, I share with you guys how to restore black trim through polishing ! Not only is this something that is...
Read more >Time2Shine aluminum polish demo by Summershine polishing
A nod to https://vm.tiktok.com/TTPd2eVXgA/ sunmershine polishing on tik tok for this great video. Now is this the best way to do this wheel?...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still some work to do, but after runnning
$ ./gradlew refreshVersions
,gradle.properties
now look like this:If you have a build.gradle with all of them I can tell you.
Note that there are lots of stupid names in the Android library, so I use a fully qualified domain name for them. The library name alone wouldn’t make sense.