File tree 3 files changed +22
-0
lines changed 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 10
10
* .iml
11
11
* .iws
12
12
out /
13
+ local.properties
13
14
14
15
# NetBeans
15
16
nb-configuration.xml
Original file line number Diff line number Diff line change 24
24
25
25
Reference : [gRPC Authentication ](https: // grpc.io/docs/guides/auth/)
26
26
27
+ - Awesome gRPC videos
28
+
29
+ {% youtube src= " https://www.youtube.com/watch?v=j1CzQNydMLI" % }{% endyoutube % }
30
+
27
31
### flow- control middleware
28
32
29
33
- How to implement gRPC client/ server side resilience?
Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ pluginManagement {
5
5
mavenCentral()
6
6
gradlePluginPortal()
7
7
}
8
+
9
+ // FIXME: remove after: https://github.com/diffplug/spotless/issues/643
10
+ buildscript {
11
+ repositories {
12
+ mavenLocal()
13
+ mavenCentral()
14
+ }
15
+ dependencies {
16
+ classpath(" org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r" )
17
+ }
18
+ configurations.classpath {
19
+ resolutionStrategy {
20
+ force(" org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r" )
21
+ }
22
+ }
23
+ }
24
+
8
25
plugins {
9
26
val sonarPluginVersion: String by settings
10
27
val spotlessPluginVersion: String by settings
You can’t perform that action at this time.
0 commit comments