Project includes code generation from YDB protos
To use YDB Java Protobuf you will need Java 1.8+.
The recommended way to use the YDB Java Protobuf in your project is to consume it from Maven. Specify the YDB Java Protobuf module in the dependencies:
<dependency>
<groupId>tech.ydb</groupId>
<artifactId>ydb-proto-api</artifactId>
<version>1.7.1</version>
</dependency>