Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify setup #159

Merged
merged 22 commits into from
Feb 17, 2020
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
36094c1
:tada: Make the new updater the default
jmfayard Feb 11, 2020
214bc72
✨ Bootstraping refreshVersions #155
jmfayard Feb 11, 2020
36f6179
👌🏻 Move bootstrapRefresVersions() to de.fayard.versions
jmfayard Feb 11, 2020
2173c74
✨ generate properties for all deps but warn if hardcoded
jmfayard Feb 11, 2020
9602020
Merge branch 'master' into setup
LouisCAD Feb 16, 2020
562271c
Add missing gradlePluginPortal repo in dependencies
LouisCAD Feb 17, 2020
e8b283f
Report if no version candidates are found…
LouisCAD Feb 17, 2020
b07ff71
Fix junit dependency declaration
LouisCAD Feb 17, 2020
9ad710b
Fix version of dependencies plugin
LouisCAD Feb 17, 2020
bb62ae8
Dependencies plugin 0.5.4
LouisCAD Feb 17, 2020
b871c19
Automatically apply refreshVersions to root project
LouisCAD Feb 17, 2020
303e672
Update check-build.yml to run plugin tests
LouisCAD Feb 17, 2020
560e7a3
Remove tests of removed dependencies properties
LouisCAD Feb 17, 2020
91764f6
Disable unimplemented test
LouisCAD Feb 17, 2020
95acd2e
Remove removed properties from validated dependencies mapping
LouisCAD Feb 17, 2020
8b44c14
Use built-in Gradle Kotlin DSL version in dependencies plugin
LouisCAD Feb 17, 2020
ad180bc
Use built-in Gradle Kotlin DSL version in dependencies plugin
LouisCAD Feb 17, 2020
bf45db8
Add junit (5+) version key rule
LouisCAD Feb 17, 2020
b5ac87f
Update dependencies plugin to use refreshVersions 0.9.0
LouisCAD Feb 17, 2020
7f4eb0e
Ignore known irrelevant configurations and null versions
LouisCAD Feb 17, 2020
ec99a3d
Update versions.properties of sample-kotlin
LouisCAD Feb 17, 2020
722bf2f
Revert addition of unused properties
LouisCAD Feb 17, 2020
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
Prev Previous commit
Next Next commit
Add junit (5+) version key rule
  • Loading branch information
LouisCAD committed Feb 17, 2020
commit bf45db83771bc18ff15dceb516ce2aa848fa8111
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
junit:junit
^^^^^.^^^^^ // Allow to add digits/numbers in artifact rules if not too complicated

org.junit:*
^^^^^

io.kotlintest:*
^^^^^^^^^^

Expand Down