Corporte Gadfly

Results 91 comments of Corporte Gadfly

@awittha : any progress on merging this pull request?

@reinholdfuereder : I went back to my IntelliJ project and ran a Gradle test and it ran fine with Gradle this time. What is your Project SDK? ![image](https://user-images.githubusercontent.com/1200537/109700227-821d4d00-7b5f-11eb-98ea-7e5b65475f32.png) And what...

Gotcha. Thanks for the explanation.

Happy birthday to the pull request _(opened 1 year ago)_.

Hello, all. Some version bumps in latest commit.

Happy new year! Some more version bumps in latest commits.

Happy two year anniversary _(opened 2 years ago)_.

@dmarsentev The procedure I use to login to the machine is as follows: - change directory to `vagrant-ubuntu-oracle-xe` - `vagrant ssh` - `sudo su -` - `su - oracle`

Not sure what you're trying to do. Following works for me (no passwords required): ``` vagrant ssh sudo su - ``` That gives you the root prompt. After that (no...