Toby Murray
|
99144252f7
|
Migrate off deprecate Gradle configurations (#8436)
A bunch of gradle configurations have been deprecated, with drop in replacements. Relevant to this project:
compile -> implementation
testCompile -> testImplementation
They're visible by executing e.g. ./gradlew build --warning-mode all with supporting documentation here: https://docs.gradle.org/6.6.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations
|
2021-01-15 22:32:50 +08:00 |
|
William Cheng
|
25b0cbe2f1
|
Prepare 5.0.1 snapshot (#8249)
* update version to 5.0.1-SNAPSHOT
* update samples
* update meta codegen
|
2020-12-21 17:14:18 +08:00 |
|
William Cheng
|
4261252491
|
prepare 6.0.0 snapshot release
|
2020-12-21 16:39:40 +08:00 |
|
William Cheng
|
345b68a107
|
prepare 5.1.0 snapshot release
|
2020-12-21 16:35:12 +08:00 |
|
William Cheng
|
d7d5e53f2b
|
Prepare v5.0.0 release (#8247)
* update to 5.0.0
* update samples
|
2020-12-21 13:04:11 +08:00 |
|
agilob
|
13042b76ea
|
[java] Add setBearerToken method in okhttp-gson (#8200)
* Add setBearerToken method in okhttp-gson
* Update generated files
|
2020-12-18 12:08:30 +08:00 |
|
William Cheng
|
d20d9447a8
|
update samples
|
2020-12-10 19:09:27 +08:00 |
|
Christophe Bornet
|
f2d8e3a25b
|
[Java/okhttp] Add dynamic operations option (#7916)
* Add dynamicOperations option to okhttp gen
* Add tests
* Add apiclient tests
* Fix apiclient template
* Add dependencies in gradle and sbt
|
2020-12-10 18:22:39 +08:00 |
|