Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 202bb75

Browse files
author
Chris Board
committed
Interim Support for MySQL 8
Interim support for MySQL 8 with a couple of caveats that are described in the README file.
1 parent 495ca05 commit 202bb75

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

-865 Bytes
Binary file not shown.

AndroidMySQLConnector/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
}
8484

8585
def getArtifactFullPath() {
86-
//return ".//build/outputs/aar/${archivesBaseName}-${project.version}.aar"
87-
return ".//build/outputs/aar/${archivesBaseName}-debug.aar"
86+
return ".//build/outputs/aar/${archivesBaseName}-${project.version}.aar"
87+
//return ".//build/outputs/aar/${archivesBaseName}-debug.aar"
8888
}
8989

9090
dependencies {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
buildscript {
55

66
ext {
7-
publishToMavenLocal = true
7+
publishToMavenLocal = false
88
}
99

1010
repositories {

0 commit comments

Comments
 (0)