- go to
~/.gradle/daemondirectory - delete
xxdirectory (xxis Gradle version)
you can check Gradle version with
gradle -vcommand.
| /* Outline Panel */ | |
| div.outline .tree-item-inner { | |
| margin-right: 15px !important; | |
| word-break: break-all; | |
| } | |
| div.outline div.collapse-icon { | |
| position: absolute !important; | |
| right: 15px !important; |
~/.gradle/daemon directoryxx directory (xx is Gradle version)you can check Gradle version with
gradle -vcommand.
| <v-select class="form-control" | |
| :class="{ | |
| 'is-invalid': isValid === false ? true : undefined, | |
| 'is-valid': isValid ? true : undefined | |
| }" | |
| :options="['Canada', 'United States']"> | |
| </v-select> |
| // Call this first | |
| AxisProperties.setProperty("axis.socketSecureFactory", MySocketFactory.class.getCanonicalName()); | |
| // Access your Web Services | |
| WebServiceStub ws = (GSP2_NHICardSoap12Stub) new WebServiceLocator()...; | |
| ... |