goeh / weather-collector

This Java program read data from a weather station (Davis Vantage Pro2) and store it in a SQL database
5 stars 3 forks source link

updated to gradle 7.1 to make it JDK11 compatible #3

Closed saveriogzz closed 2 years ago

saveriogzz commented 2 years ago

I ran the simple command ./gradlew wrapper --gradle-version 7.1 command to update to Gradle 7.1 to make the project compatible with JDK 11.
This comes from the motivation to use apache-pulsar to stream data in real-time, for which JDK 11 is a requirement.