Skip to content

Commit c9d155d

Browse files
committed
Fixed class name
1 parent f99b24f commit c9d155d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'application'
33

44
group 'org.radarcns.restructurehdfs'
55
version '0.4.0'
6-
mainClassName = 'org.radarcns.RestructureAvroRecords'
6+
mainClassName = 'org.radarcns.hdfs.RestructureAvroRecords'
77

88
sourceCompatibility = '1.8'
99
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)