Skip to content

Commit

Permalink
Missing required META-INF
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Chanaud committed Oct 19, 2021
1 parent edfc5c2 commit dd5d6f2
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions .idea/libraries-with-intellij-classes.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ dependencies {

implementation 'org.apache.kafka:kafka_2.13:2.8.0'
}
java {
sourceCompatibility = JavaVersion.toVersion('1.8')
targetCompatibility = JavaVersion.toVersion('1.8')
}
configurations {
jar.archiveName = rootProject.name + '-1.0.0.jar'
jar.archiveName = rootProject.name + '-0.1.1.jar'
}
tasks.named('test') {
// Use JUnit Platform for unit tests.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.michelin.kafka.AES256ConfigProvider

0 comments on commit dd5d6f2

Please sign in to comment.