Skip to content

Commit fb8875f

Browse files
Updated the package name
1 parent 7793ac1 commit fb8875f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
44
sourceCompatibility = 11
55
version = '1.1'
66
def title = 'JMeterInfluxDBListener'
7-
def archiveName = 'jmeter-plugin-influxdb-listener'
7+
def archiveName = 'jmeter-plugin-influxdb2-listener'
88

99
repositories {
1010

@@ -63,4 +63,4 @@ task fatJar(type: Jar) {
6363
exclude "META-INF/*.RSA"
6464
}
6565
with jar
66-
}
66+
}

0 commit comments

Comments
 (0)