microsoft / azure-gradle-plugins

Azure Plugins for Gradle
MIT License
45 stars 28 forks source link

Fix the targetCompatibility and adopt proxy changes supporting proxy with credentials. #102

Closed andxu closed 3 years ago

andxu commented 3 years ago

What problem is this PR solving?

The targetCompatibility in gradle.properties will make the actual targetCompatibility to current JAVA_HOME, this will make it possible to generate a lib which doesn't work under a lower version jdk like 1.8

What has been done in this PR?

  1. Remove all targetCompatibility in gradle.properties
  2. Extract the common configuration to parent build.gradle
  3. Bump the version and fix the compilation issue caused by proxy refactor