amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

Correct java packagelocation for kvstorejs example #798

Closed maheshrajus closed 5 years ago

maheshrajus commented 5 years ago

Correcting the package issue for KeyValueStoreClient.java file. In the Gradle task it is looking for the path: amino.run.appdemo.KeyValueStoreClient.java but actually the file is in the path: amino.run.demo.KeyValueStoreClient which causing task fails.

Added the KeyValueStoreClient.java file in 'appdemo' folder.

VenuReddy2103 commented 5 years ago

Wondering how was it working before. Please attach test report and/or build log.

maheshrajus commented 5 years ago

Build Report: image